summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
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 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"
diff --git a/meta-oe/recipes-support/nss/nss_3.74.bb b/meta-oe/recipes-support/nss/nss_3.74.bb
index c93f7caeb2..8d40e2c939 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"