mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
mpg123: fix upstream version check
(From OE-Core rev: ada73fe8eb4953bee585dc6948d270ebfc584151) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fbfe2836ef
commit
d45d7cff6b
@@ -14,6 +14,8 @@ SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2 \
|
|||||||
SRC_URI[md5sum] = "294a6c30546504ec3d0deac2b2ea22be"
|
SRC_URI[md5sum] = "294a6c30546504ec3d0deac2b2ea22be"
|
||||||
SRC_URI[sha256sum] = "90306848359c793fd43b9906e52201df18775742dc3c81c06ab67a806509890a"
|
SRC_URI[sha256sum] = "90306848359c793fd43b9906e52201df18775742dc3c81c06ab67a806509890a"
|
||||||
|
|
||||||
|
UPSTREAM_CHECK_REGEX = "mpg123-(?P<pver>\d+(\.\d+)+)\.tar"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
# The options should be mutually exclusive for configuration script.
|
# The options should be mutually exclusive for configuration script.
|
||||||
|
|||||||
Reference in New Issue
Block a user