From: Alexander Kanavin Date: Wed, 7 Jul 2021 15:17:21 +0000 (+0200) Subject: xserver-xorg: exclude development snapshots from upstream version checks X-Git-Tag: uninative-3.3~288 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e510fbd61648bd6083e4ff009b3983014cfc0aba;p=openembedded-core.git xserver-xorg: exclude development snapshots from upstream version checks Standalone X is still winding down; there's no commitment or plan for a proper release. https://lists.freedesktop.org/archives/xorg/2021-July/060726.html Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index da025171db..e2fefd9db8 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc @@ -17,6 +17,8 @@ PE = "2" XORG_PN = "xorg-server" SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2" +UPSTREAM_CHECK_REGEX = "xorg-server-(?P\d+(\.(?!99)\d+)+)\.tar" + CVE_PRODUCT = "xorg-server" S = "${WORKDIR}/${XORG_PN}-${PV}"