summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2019-11-06 17:37:45 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-07 19:47:27 +0000
commit436f241eb0465c1e9435a24e8f5aa98a3ace6532 (patch)
tree30aafd7117fe6923ebae28cd2b878a745af7e6e5
parente00981bb10e3717b96a4c4445767adf1b13be58a (diff)
downloadpoky-436f241eb0465c1e9435a24e8f5aa98a3ace6532.tar.gz
xserver-xorg: set CVE_PRODUCT
(From OE-Core rev: 8995f2c7d6f2f6f760811976af77e949d505a5d8) (From OE-Core rev: 414fd1cd1845d05103cdc1f845acac4953c06f09) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index cf2286c653..ae024f0107 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -19,6 +19,8 @@ XORG_PN = "xorg-server"
19SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2" 19SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2"
20SRC_URI += "file://macro_tweak.patch" 20SRC_URI += "file://macro_tweak.patch"
21 21
22CVE_PRODUCT = "xorg-server"
23
22S = "${WORKDIR}/${XORG_PN}-${PV}" 24S = "${WORKDIR}/${XORG_PN}-${PV}"
23 25
24inherit autotools pkgconfig 26inherit autotools pkgconfig