From: Alexander Kanavin Date: Mon, 6 Jun 2022 12:01:09 +0000 (+0200) Subject: wayland: exclude pre-releases from version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3930 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a006009ee2310ace163ddf6d25d45b24a377200;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git wayland: exclude pre-releases from version check Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/wayland/wayland_1.20.0.bb b/meta/recipes-graphics/wayland/wayland_1.20.0.bb index bd437767b21..dd48a29dc40 100644 --- a/meta/recipes-graphics/wayland/wayland_1.20.0.bb +++ b/meta/recipes-graphics/wayland/wayland_1.20.0.bb @@ -20,6 +20,7 @@ SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ SRC_URI[sha256sum] = "b8a034154c7059772e0fdbd27dbfcda6c732df29cae56a82274f6ec5d7cd8725" UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" +UPSTREAM_CHECK_REGEX = "wayland-(?P\d+\.\d+\.(?!9\d+)\d+)" inherit meson pkgconfig ptest