[oe-commits] [openembedded-core] 20/43: eglinfo.inc: set CVE_PRODUCT to eglinfo

git at git.openembedded.org git at git.openembedded.org
Sat Jul 22 07:21:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f024b0ac0ef54be6641e8ee0a0227982874fee94
Author: Mikko Rapeli <mikko.rapeli at bmw.de>
AuthorDate: Thu Jul 20 16:22:53 2017 +0300

    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 at bmw.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/eglinfo/eglinfo.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-graphics/eglinfo/eglinfo.inc b/meta/recipes-graphics/eglinfo/eglinfo.inc
index d0c0c27..8e7d9bd 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list