From: Wang Mingyu Date: Thu, 19 Mar 2026 10:13:31 +0000 (+0800) Subject: taglib: upgrade 2.2 -> 2.2.1 X-Git-Tag: yocto-6.0_M3~235 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2e3196c60e4ee8eb9880523fc549ebf50f7766a;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git taglib: upgrade 2.2 -> 2.2.1 Changelog: =========== * Support edition, chapter and attachment UIDs in Matroska simple tags. * Avoid duplicates in Matroska complex property keys. Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/taglib/taglib_2.2.bb b/meta/recipes-support/taglib/taglib_2.2.1.bb similarity index 95% rename from meta/recipes-support/taglib/taglib_2.2.bb rename to meta/recipes-support/taglib/taglib_2.2.1.bb index 55a3d9d72f..9f5dbfe9cb 100644 --- a/meta/recipes-support/taglib/taglib_2.2.bb +++ b/meta/recipes-support/taglib/taglib_2.2.1.bb @@ -11,7 +11,7 @@ DEPENDS = "zlib utfcpp" SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz" -SRC_URI[sha256sum] = "c89e7ebd450535e77c9230fac3985fcdce7bee05e06c9cd0bc36d50184e9c9dd" +SRC_URI[sha256sum] = "7e76b5299dcef427c486bffe455098470c8da91cf3ccb9ea804893df57389b5e" UPSTREAM_CHECK_URI = "https://taglib.org/" UPSTREAM_CHECK_REGEX = "taglib-(?P\d+(\.\d+)+)\.tar"