From: Alexander Kanavin Date: Wed, 13 Mar 2024 17:33:16 +0000 (+0100) Subject: meson: correct upstream version check (exclude pre-releases) X-Git-Tag: 2024-04-scarthgap~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e01a57979331472b7677b41aa57f448938bc14fc;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git meson: correct upstream version check (exclude pre-releases) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/meson/meson_1.3.1.bb b/meta/recipes-devtools/meson/meson_1.3.1.bb index 3a4bb14f09a..9cc0cc31ab1 100644 --- a/meta/recipes-devtools/meson/meson_1.3.1.bb +++ b/meta/recipes-devtools/meson/meson_1.3.1.bb @@ -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\d+(\.\d+)+)$" inherit python_setuptools_build_meta github-releases