diff options
author | Ross Burton <ross.burton@intel.com> | 2019-07-17 11:45:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-18 12:16:19 +0100 |
commit | 7f5f884e555e9fc8afbbb1dd666026241f64789b (patch) | |
tree | 9a6ad634bc75e83939f557b9bc55da6dfac429d0 /meta/recipes-devtools/flex | |
parent | a78725c81f78559a4223fd6822c5b886772cca4c (diff) | |
download | poky-7f5f884e555e9fc8afbbb1dd666026241f64789b.tar.gz |
flex: set CVE_PRODUCT to include vendor
There are many projects called Flex and they have CVEs, so also set the vendor
to remove these false positives.
(From OE-Core rev: 0598ccdcb31e16f1d1227197591b10ba441fcfe2)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/flex')
-rw-r--r-- | meta/recipes-devtools/flex/flex_2.6.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/flex/flex_2.6.0.bb b/meta/recipes-devtools/flex/flex_2.6.0.bb index b477cd8c7f..12ce0cb461 100644 --- a/meta/recipes-devtools/flex/flex_2.6.0.bb +++ b/meta/recipes-devtools/flex/flex_2.6.0.bb | |||
@@ -68,3 +68,6 @@ do_install_ptest() { | |||
68 | -e 's/^builddir = \(.*\)/builddir = ./' -e 's/^top_builddir = \(.*\)/top_builddir = ./' \ | 68 | -e 's/^builddir = \(.*\)/builddir = ./' -e 's/^top_builddir = \(.*\)/top_builddir = ./' \ |
69 | -i ${D}${PTEST_PATH}/Makefile | 69 | -i ${D}${PTEST_PATH}/Makefile |
70 | } | 70 | } |
71 | |||
72 | # Not Apache Flex, or Adobe Flex, or IBM Flex. | ||
73 | CVE_PRODUCT = "flex_project:flex" | ||