summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-07-07 17:17:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-08 14:58:24 +0100
commitd31fa2a23997f656cd7459d682df8ab82f549267 (patch)
treed279610b046d3c27caaf579d1764cc76db371be3 /meta/recipes-graphics
parente510fbd61648bd6083e4ff009b3983014cfc0aba (diff)
downloadopenembedded-core-contrib-d31fa2a23997f656cd7459d682df8ab82f549267.tar.gz
xwayland: exclude development snapshots from upstream version checks
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xwayland/xwayland_21.1.1.bb2
1 files changed, 2 insertions, 0 deletions
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<pver>\d+(\.(?!90\d)\d+)+)\.tar"
+
inherit meson features_check
REQUIRED_DISTRO_FEATURES = "x11 opengl"