diff options
| author | Mikko Rapeli <mikko.rapeli@bmw.de> | 2017-07-20 16:22:53 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-29 11:57:27 +0100 |
| commit | 300fb6df80c4e72115c4c7be0945ce234ffdd0a2 (patch) | |
| tree | cd25704f429ec6c893e967f6906936b0055016ef | |
| parent | c645465839dd42997970e18f789d4de5212b9c95 (diff) | |
| download | poky-300fb6df80c4e72115c4c7be0945ce234ffdd0a2.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: a7273020c29a5ecd074618daa5e68b55ee6f7451)
Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
(cherry picked from commit 0b8e2a017e117810c83039a316a11da66fe148b1)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 |
