diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-04 16:45:23 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-05 11:02:23 +0100 |
commit | f8aa2f674ecc017518d22634275345b3fe90b36d (patch) | |
tree | 56275da3a464e5228509ac730b8da1bf0335b362 | |
parent | 80ed321a2ff5017b9e02bab34aad9dae64e57342 (diff) | |
download | poky-f8aa2f674ecc017518d22634275345b3fe90b36d.tar.gz |
taglib: upgrade 2.0.2 -> 2.1
(From OE-Core rev: bfbbb897c0ab8366c762da134ffe53e915071557)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/taglib/taglib_2.1.bb (renamed from meta/recipes-support/taglib/taglib_2.0.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/taglib/taglib_2.0.2.bb b/meta/recipes-support/taglib/taglib_2.1.bb index 254119268c..a337af74d0 100644 --- a/meta/recipes-support/taglib/taglib_2.0.2.bb +++ b/meta/recipes-support/taglib/taglib_2.1.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "zlib utfcpp" | |||
11 | 11 | ||
12 | SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz" | 12 | SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz" |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "0de288d7fe34ba133199fd8512f19cc1100196826eafcb67a33b224ec3a59737" | 14 | SRC_URI[sha256sum] = "95b788b39eaebab41f7e6d1c1d05ceee01a5d1225e4b6d11ed8976e96ba90b0c" |
15 | 15 | ||
16 | UPSTREAM_CHECK_URI = "https://taglib.org/" | 16 | UPSTREAM_CHECK_URI = "https://taglib.org/" |
17 | UPSTREAM_CHECK_REGEX = "taglib-(?P<pver>\d+(\.\d+)+)\.tar" | 17 | UPSTREAM_CHECK_REGEX = "taglib-(?P<pver>\d+(\.\d+)+)\.tar" |