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: 8e1b34aab4bd390f53945789c91a69883613d778)

Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
(cherry picked from commit bd6f1430334412588c143d8029be39fe814672cd)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mikko Rapeli 2017-07-20 16:22:55 +03:00 committed by Richard Purdie
parent 8142d69111
commit fe3f704f10
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ LICENSE = "GPL"
NATIVEDEPS = ""
CVE_PRODUCT = "gcc"
inherit autotools gettext texinfo
BPN = "gcc"