diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-31 17:52:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:31 +0100 |
commit | d45d7cff6b8d169f1b090d9857dfc866957f5ea1 (patch) | |
tree | 3c9e8ec4d2217d1307def483646a4fa12be98d74 /meta/recipes-multimedia | |
parent | fbfe2836ef5f47057e2aaf2a140ba7372bb7be1d (diff) | |
download | poky-d45d7cff6b8d169f1b090d9857dfc866957f5ea1.tar.gz |
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>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/mpg123/mpg123_1.25.13.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.25.13.bb b/meta/recipes-multimedia/mpg123/mpg123_1.25.13.bb index 125574fcfc..6c7b6fa8c3 100644 --- a/meta/recipes-multimedia/mpg123/mpg123_1.25.13.bb +++ b/meta/recipes-multimedia/mpg123/mpg123_1.25.13.bb | |||
@@ -14,6 +14,8 @@ SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2 \ | |||
14 | SRC_URI[md5sum] = "294a6c30546504ec3d0deac2b2ea22be" | 14 | SRC_URI[md5sum] = "294a6c30546504ec3d0deac2b2ea22be" |
15 | SRC_URI[sha256sum] = "90306848359c793fd43b9906e52201df18775742dc3c81c06ab67a806509890a" | 15 | SRC_URI[sha256sum] = "90306848359c793fd43b9906e52201df18775742dc3c81c06ab67a806509890a" |
16 | 16 | ||
17 | UPSTREAM_CHECK_REGEX = "mpg123-(?P<pver>\d+(\.\d+)+)\.tar" | ||
18 | |||
17 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
18 | 20 | ||
19 | # The options should be mutually exclusive for configuration script. | 21 | # The options should be mutually exclusive for configuration script. |