summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-11-05 23:44:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-16 22:38:52 +0000
commit775170b45c4bcdf9a4d5b0677c9a2da871f260d2 (patch)
tree41bcbbf6db439967b594660f42374de2f2d91f87
parent6b3469324ec0b5350772953378cc09db09198d3e (diff)
downloadpoky-775170b45c4bcdf9a4d5b0677c9a2da871f260d2.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: e128bd76ae9f4b30948e6b8fc68f4374e03c7bec) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/flex/flex_2.6.0.bb3
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.
73CVE_PRODUCT = "flex_project:flex"