diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-01-08 12:12:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-10 17:01:28 +0000 |
commit | fe702844b3133d6cebebda45752d9dae26c0828e (patch) | |
tree | d33b768508a5ab11f7c2c07b1ba41c25b4020aae /meta/recipes-support | |
parent | 7fae6f3500b629f56ae68f4d62d696aa5c40350e (diff) | |
download | poky-fe702844b3133d6cebebda45752d9dae26c0828e.tar.gz |
taglib: fix upstream version check
(From OE-Core rev: 2ed130333fb4f378e4d2a91b3d37d12716dd41f7)
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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/taglib/taglib_1.13.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/taglib/taglib_1.13.1.bb b/meta/recipes-support/taglib/taglib_1.13.1.bb index 3f0a759f95..b26563ae91 100644 --- a/meta/recipes-support/taglib/taglib_1.13.1.bb +++ b/meta/recipes-support/taglib/taglib_1.13.1.bb | |||
@@ -14,6 +14,7 @@ SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz" | |||
14 | SRC_URI[sha256sum] = "c8da2b10f1bfec2cd7dbfcd33f4a2338db0765d851a50583d410bacf055cfd0b" | 14 | SRC_URI[sha256sum] = "c8da2b10f1bfec2cd7dbfcd33f4a2338db0765d851a50583d410bacf055cfd0b" |
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 | 18 | ||
18 | BINCONFIG = "${bindir}/taglib-config" | 19 | BINCONFIG = "${bindir}/taglib-config" |
19 | 20 | ||