diff options
author | Mikko Rapeli <mikko.rapeli@bmw.de> | 2017-07-20 16:22:53 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-24 09:13:31 +0100 |
commit | 71d451d169225b6caef73d41075a29a7774faa18 (patch) | |
tree | 3e241867f1f4309befccb44663383635180db5e9 /meta | |
parent | ba828811d790da022c93a183642ddfb2b1b8e1bc (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-graphics/eglinfo/eglinfo.inc | 2 |
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 | " |
12 | SRCREV = "4b317648ec6cf39556a9e5d8078f605bc0edd5de" | 12 | SRCREV = "4b317648ec6cf39556a9e5d8078f605bc0edd5de" |
13 | 13 | ||
14 | CVE_PRODUCT = "eglinfo" | ||
15 | |||
14 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
15 | 17 | ||
16 | inherit waf distro_features_check | 18 | inherit waf distro_features_check |