]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
meson: correct upstream version check (exclude pre-releases)
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 13 Mar 2024 17:33:16 +0000 (18:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Mar 2024 12:20:59 +0000 (12:20 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/meson/meson_1.3.1.bb

index 3a4bb14f09ae5308a9446a77f2480bf10ea66782..9cc0cc31ab1541793087b5446850261dc61680c8 100644 (file)
@@ -16,6 +16,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \
            file://0002-Support-building-allarch-recipes-again.patch \
            "
 SRC_URI[sha256sum] = "6020568bdede1643d4fb41e28215be38eff5d52da28ac7d125457c59e0032ad7"
+UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)$"
 
 inherit python_setuptools_build_meta github-releases