From ada73fe8eb4953bee585dc6948d270ebfc584151 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 31 May 2020 17:52:46 +0200 Subject: mpg123: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-multimedia/mpg123/mpg123_1.25.13.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-multimedia') 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 \ SRC_URI[md5sum] = "294a6c30546504ec3d0deac2b2ea22be" SRC_URI[sha256sum] = "90306848359c793fd43b9906e52201df18775742dc3c81c06ab67a806509890a" +UPSTREAM_CHECK_REGEX = "mpg123-(?P\d+(\.\d+)+)\.tar" + inherit autotools pkgconfig # The options should be mutually exclusive for configuration script. -- cgit 1.2.3-korg