From: Wang Mingyu Date: Wed, 24 Apr 2024 08:42:28 +0000 (+0800) Subject: taglib: upgrade 2.0 -> 2.0.1 X-Git-Tag: uninative-4.5~159 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3438bd2698dff19722123d7b2b5674ba40107eb;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/taglib/taglib_2.0.bb b/meta/recipes-support/taglib/taglib_2.0.1.bb similarity index 95% rename from meta/recipes-support/taglib/taglib_2.0.bb rename to meta/recipes-support/taglib/taglib_2.0.1.bb index 4bf9be15ae9..14f99aabbca 100644 --- a/meta/recipes-support/taglib/taglib_2.0.bb +++ b/meta/recipes-support/taglib/taglib_2.0.1.bb @@ -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\d+(\.\d+)+)\.tar"