]> code.ossystems Code Review - openembedded-core.git/commitdiff
meson: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 5 May 2020 13:01:22 +0000 (15:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 May 2020 11:11:03 +0000 (12:11 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/meson/meson.inc

index 50fb41ac987a2978f581ee4e7f83fbbb575693a2..0a58c971ae8004fad379b72156cdb21370b27a13 100644 (file)
@@ -26,6 +26,7 @@ SRC_URI_append_class-native = " \
 "
 
 UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases"
+UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar"
 
 inherit setuptools3