From: Alexander Kanavin Date: Wed, 7 Jul 2021 15:17:22 +0000 (+0200) Subject: xwayland: exclude development snapshots from upstream version checks X-Git-Tag: uninative-3.3~287 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d31fa2a23997f656cd7459d682df8ab82f549267;p=openembedded-core.git xwayland: exclude development snapshots from upstream version checks Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xwayland/xwayland_21.1.1.bb b/meta/recipes-graphics/xwayland/xwayland_21.1.1.bb index faf166f788..f5db7cc5db 100644 --- a/meta/recipes-graphics/xwayland/xwayland_21.1.1.bb +++ b/meta/recipes-graphics/xwayland/xwayland_21.1.1.bb @@ -12,6 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880" SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz" SRC_URI[sha256sum] = "31f261ce51bbee76a6ca3ec02aa367ffa2b5efa2b98412df57ccefd7a19003ce" +UPSTREAM_CHECK_REGEX = "xwayland-(?P\d+(\.(?!90\d)\d+)+)\.tar" + inherit meson features_check REQUIRED_DISTRO_FEATURES = "x11 opengl"