]> code.ossystems Code Review - openembedded-core.git/commitdiff
xwayland: exclude development snapshots from upstream version checks
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 7 Jul 2021 15:17:22 +0000 (17:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Jul 2021 13:58:24 +0000 (14:58 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xwayland/xwayland_21.1.1.bb

index faf166f7880801fe964e61e90f752d69728825da..f5db7cc5dba9bff2c7c7bea7fbfc6772f24c0ff3 100644 (file)
@@ -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"