mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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 (From OE-Core rev: e510fbd61648bd6083e4ff009b3983014cfc0aba) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
486a35a674
commit
a0b78a6d4d
@@ -17,6 +17,8 @@ PE = "2"
|
|||||||
XORG_PN = "xorg-server"
|
XORG_PN = "xorg-server"
|
||||||
SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2"
|
SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2"
|
||||||
|
|
||||||
|
UPSTREAM_CHECK_REGEX = "xorg-server-(?P<pver>\d+(\.(?!99)\d+)+)\.tar"
|
||||||
|
|
||||||
CVE_PRODUCT = "xorg-server"
|
CVE_PRODUCT = "xorg-server"
|
||||||
|
|
||||||
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||||
|
|||||||
Reference in New Issue
Block a user