[oe-commits] [openembedded-core] 03/39: eglinfo.inc: set CVE_PRODUCT to eglinfo

git at git.openembedded.org git at git.openembedded.org
Tue Aug 29 10:58:00 UTC 2017


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

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

commit a7273020c29a5ecd074618daa5e68b55ee6f7451
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>
    (cherry picked from commit 0b8e2a017e117810c83039a316a11da66fe148b1)
    Signed-off-by: Armin Kuster <akuster808 at gmail.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