summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-17 12:19:04 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-21 18:12:04 -0800
commitf2df2701790374429264c8f40b75e48548d384e1 (patch)
tree49ba05606d3b34d73d22d1ad9a90aaf7a5b0122c /meta-oe/recipes-devtools
parent1d4b29aa87c5c1fa7bcda601b48d43d5c0ca7b10 (diff)
downloadmeta-openembedded-f2df2701790374429264c8f40b75e48548d384e1.tar.gz
recipes: Use new CVE_CHECK_IGNORE variable
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb
index 06bb971541..bf74f1229f 100644
--- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb
+++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb
@@ -17,7 +17,7 @@ SRCREV = "a9a295fecf3fbd5a4f571f53b01f63202a3e2113"
17SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" 17SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20CVE_CHECK_WHITELIST += "CVE-2020-35864" 20CVE_CHECK_IGNORE += "CVE-2020-35864"
21 21
22CXXFLAGS += "-fPIC" 22CXXFLAGS += "-fPIC"
23BUILD_CXXFLAGS += "-fPIC" 23BUILD_CXXFLAGS += "-fPIC"