diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-02-17 12:19:04 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-21 18:12:04 -0800 |
commit | f2df2701790374429264c8f40b75e48548d384e1 (patch) | |
tree | 49ba05606d3b34d73d22d1ad9a90aaf7a5b0122c /meta-oe | |
parent | 1d4b29aa87c5c1fa7bcda601b48d43d5c0ca7b10 (diff) | |
download | meta-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.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/nss/nss_3.74.bb | 2 |
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" | |||
17 | SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" | 17 | SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" |
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | CVE_CHECK_WHITELIST += "CVE-2020-35864" | 20 | CVE_CHECK_IGNORE += "CVE-2020-35864" |
21 | 21 | ||
22 | CXXFLAGS += "-fPIC" | 22 | CXXFLAGS += "-fPIC" |
23 | BUILD_CXXFLAGS += "-fPIC" | 23 | BUILD_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" | |||
281 | BBCLASSEXTEND = "native nativesdk" | 281 | BBCLASSEXTEND = "native nativesdk" |
282 | 282 | ||
283 | # CVE-2006-5201 affects only Sun Solaris | 283 | # CVE-2006-5201 affects only Sun Solaris |
284 | CVE_CHECK_WHITELIST += "CVE-2006-5201" | 284 | CVE_CHECK_IGNORE += "CVE-2006-5201" |