summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@bmw.de>2017-07-20 16:22:53 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-24 09:13:31 +0100
commit71d451d169225b6caef73d41075a29a7774faa18 (patch)
tree3e241867f1f4309befccb44663383635180db5e9 /meta/recipes-graphics
parentba828811d790da022c93a183642ddfb2b1b8e1bc (diff)
downloadpoky-71d451d169225b6caef73d41075a29a7774faa18.tar.gz
eglinfo.inc: set CVE_PRODUCT to eglinfo
Upstream is called eglinfo no matter how the recipes are named. There are no existing CVE's for eglinfo in NVD yet. (From OE-Core rev: 0b8e2a017e117810c83039a316a11da66fe148b1) Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/eglinfo/eglinfo.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/eglinfo/eglinfo.inc b/meta/recipes-graphics/eglinfo/eglinfo.inc
index d0c0c27619..8e7d9bddda 100644
--- a/meta/recipes-graphics/eglinfo/eglinfo.inc
+++ b/meta/recipes-graphics/eglinfo/eglinfo.inc
@@ -11,6 +11,8 @@ SRC_URI = "git://github.com/dv1/eglinfo.git;branch=master \
11 " 11 "
12SRCREV = "4b317648ec6cf39556a9e5d8078f605bc0edd5de" 12SRCREV = "4b317648ec6cf39556a9e5d8078f605bc0edd5de"
13 13
14CVE_PRODUCT = "eglinfo"
15
14S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
15 17
16inherit waf distro_features_check 18inherit waf distro_features_check