diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-11-07 15:54:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-08 22:47:16 +0000 |
commit | a3143c2c12d5e50c692e3ce23d8bbe6bb27337a0 (patch) | |
tree | 35e25d3650dd735624a8609b4f5cff74f2efa268 | |
parent | 7ad4719b51a99bcdfcded6dd1fc690ced15752e3 (diff) | |
download | poky-a3143c2c12d5e50c692e3ce23d8bbe6bb27337a0.tar.gz |
taglib: upgrade 1.12 -> 1.13
(From OE-Core rev: 61931cf9f3ffbbf11008276117d18d1b06b1b760)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/taglib/taglib_1.13.bb (renamed from meta/recipes-support/taglib/taglib_1.12.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/taglib/taglib_1.12.bb b/meta/recipes-support/taglib/taglib_1.13.bb index e6e3ef07ad..6560bc3660 100644 --- a/meta/recipes-support/taglib/taglib_1.12.bb +++ b/meta/recipes-support/taglib/taglib_1.13.bb | |||
@@ -11,8 +11,7 @@ DEPENDS = "zlib" | |||
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[md5sum] = "4313ed2671234e029b7af8f97c84e9af" | 14 | SRC_URI[sha256sum] = "58f08b4db3dc31ed152c04896ee9172d22052bc7ef12888028c01d8b1d60ade0" |
15 | SRC_URI[sha256sum] = "7fccd07669a523b07a15bd24c8da1bbb92206cb19e9366c3692af3d79253b703" | ||
16 | 15 | ||
17 | UPSTREAM_CHECK_URI = "https://taglib.org/" | 16 | UPSTREAM_CHECK_URI = "https://taglib.org/" |
18 | 17 | ||