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:12:26 +0100 |
commit | 0b8e2a017e117810c83039a316a11da66fe148b1 (patch) | |
tree | 31f5eaeb8a6cc78432a4516e9c466e149aa230ea | |
parent | aade84aa54bb2f958572623ed6464184efd19862 (diff) | |
download | openembedded-core-0b8e2a017e117810c83039a316a11da66fe148b1.tar.gz openembedded-core-0b8e2a017e117810c83039a316a11da66fe148b1.tar.bz2 openembedded-core-0b8e2a017e117810c83039a316a11da66fe148b1.zip |
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.
Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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 \ " SRCREV = "4b317648ec6cf39556a9e5d8078f605bc0edd5de" +CVE_PRODUCT = "eglinfo" + S = "${WORKDIR}/git" inherit waf distro_features_check |