summaryrefslogtreecommitdiffstats
path: root/meta-oe
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
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')
-rw-r--r--meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb2
-rw-r--r--meta-oe/recipes-support/nss/nss_3.74.bb2
2 files changed, 2 insertions, 2 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 06bb97154..bf74f1229 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"
diff --git a/meta-oe/recipes-support/nss/nss_3.74.bb b/meta-oe/recipes-support/nss/nss_3.74.bb
index c93f7caeb..8d40e2c93 100644
--- a/meta-oe/recipes-support/nss/nss_3.74.bb
+++ b/meta-oe/recipes-support/nss/nss_3.74.bb
@@ -281,4 +281,4 @@ RDEPENDS:${PN}-smime = "perl"
281BBCLASSEXTEND = "native nativesdk" 281BBCLASSEXTEND = "native nativesdk"
282 282
283# CVE-2006-5201 affects only Sun Solaris 283# CVE-2006-5201 affects only Sun Solaris
284CVE_CHECK_WHITELIST += "CVE-2006-5201" 284CVE_CHECK_IGNORE += "CVE-2006-5201"