mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
taglib: upgrade 2.0 -> 2.0.1
Changelog: =========== * Fix aborting when _GLIBCXX_ASSERTIONS are enabled. * Fall back to utf8cpp header detection in the case that its CMake configuration is removed. * Improve compatibility with the SWIG interface compiler. * Build system fixes for testing without bindings, Emscripten and Illumos. * C bindings: Fix setting UTF-8 encoded property values. * Windows: Fix opening long paths. (From OE-Core rev: 0f4f4bc352589c475afcc16a4e375cd6fc4726e6) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d3438bd2698dff19722123d7b2b5674ba40107eb) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
34efd9bbf4
commit
f22145f3bf
@@ -11,7 +11,7 @@ DEPENDS = "zlib utfcpp"
|
||||
|
||||
SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz"
|
||||
|
||||
SRC_URI[sha256sum] = "e36ea877a6370810b97d84cf8f72b1e4ed205149ab3ac8232d44c850f38a2859"
|
||||
SRC_URI[sha256sum] = "08c0a27b96aa5c4e23060fe0b6f93102ee9091a9385257b9d0ddcf467de0d925"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://taglib.org/"
|
||||
UPSTREAM_CHECK_REGEX = "taglib-(?P<pver>\d+(\.\d+)+)\.tar"
|
||||
Reference in New Issue
Block a user