From bd6f1430334412588c143d8029be39fe814672cd Mon Sep 17 00:00:00 2001 From: Mikko Rapeli Date: Thu, 20 Jul 2017 16:22:55 +0300 Subject: 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 --- meta/recipes-devtools/gcc/gcc-common.inc | 2 ++ 1 file changed, 2 insertions(+) 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" NATIVEDEPS = "" +CVE_PRODUCT = "gcc" + inherit autotools gettext texinfo BPN = "gcc" -- cgit 1.2.3-korg