summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-12-29 09:34:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-04 23:14:05 +0000
commitfb7de3cbd4b6637dd1057d418df33189013fb80b (patch)
tree9f8a2db05382a068e225244d2eb7c4aa922462a1 /meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
parent50d144b655b1677bf98faa9517f3a9701a8088b1 (diff)
downloadpoky-fb7de3cbd4b6637dd1057d418df33189013fb80b.tar.gz
xserver-xorg: update CVE_PRODUCT
Some of the CVEs have x_server as the product name. (From OE-Core rev: 4d5d63cf8605515bb659b6b732683d7fe6540728) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xorg.inc')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index 7d1f17e777..4e88cf26f7 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -19,7 +19,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.xz"
19 19
20UPSTREAM_CHECK_REGEX = "xorg-server-(?P<pver>\d+(\.(?!99)\d+)+)\.tar" 20UPSTREAM_CHECK_REGEX = "xorg-server-(?P<pver>\d+(\.(?!99)\d+)+)\.tar"
21 21
22CVE_PRODUCT = "xorg-server" 22CVE_PRODUCT = "xorg-server x_server"
23 23
24S = "${WORKDIR}/${XORG_PN}-${PV}" 24S = "${WORKDIR}/${XORG_PN}-${PV}"
25 25