diff options
author | Mikko Rapeli <mikko.rapeli@bmw.de> | 2017-07-20 16:22:55 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-24 09:13:31 +0100 |
commit | 2db6cdbc6f48924022e65ca7471fce25c9109f8d (patch) | |
tree | 458045d2e02991fa265b913fe2a94fe84646f31d | |
parent | 1b8e31afccdf78493f2b46f573cde1bbb6d81370 (diff) | |
download | poky-2db6cdbc6f48924022e65ca7471fce25c9109f8d.tar.gz |
gcc-common.inc: set CVE_PRODUCT to gcc
All recipes which include this are using gcc as product name in NVD like
https://nvd.nist.gov/vuln/detail/CVE-2015-5276
(From OE-Core rev: bd6f1430334412588c143d8029be39fe814672cd)
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>
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-common.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index 3d484efa41..b5975b5a3b 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc | |||
@@ -5,6 +5,8 @@ LICENSE = "GPL" | |||
5 | 5 | ||
6 | NATIVEDEPS = "" | 6 | NATIVEDEPS = "" |
7 | 7 | ||
8 | CVE_PRODUCT = "gcc" | ||
9 | |||
8 | inherit autotools gettext texinfo | 10 | inherit autotools gettext texinfo |
9 | 11 | ||
10 | BPN = "gcc" | 12 | BPN = "gcc" |