From: Mikko Rapeli Date: Thu, 20 Jul 2017 13:22:55 +0000 (+0300) Subject: gcc-common.inc: set CVE_PRODUCT to gcc X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20639 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=bd6f1430334412588c143d8029be39fe814672cd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Mikko Rapeli Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index 3d484efa41c..b5975b5a3bc 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc @@ -5,6 +5,8 @@ LICENSE = "GPL" NATIVEDEPS = "" +CVE_PRODUCT = "gcc" + inherit autotools gettext texinfo BPN = "gcc"