aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-24 08:52:34 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-24 08:53:09 -0800
commitcf0ed4239196a76800f8c2facb5a285409b8147a (patch)
treee8ef2989398967da9dbefce73d145d68c518a942
parente70794af7c813c34e52eeabdd9600fe925b516a9 (diff)
downloadmeta-openembedded-contrib-cf0ed4239196a76800f8c2facb5a285409b8147a.tar.gz
openldap: Use renamed variable CVE_CHECK_IGNORE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/openldap/openldap_2.5.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/openldap/openldap_2.5.9.bb b/meta-oe/recipes-support/openldap/openldap_2.5.9.bb
index b2259b1726..541a6238a7 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.5.9.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.5.9.bb
@@ -239,4 +239,4 @@ python populate_packages:prepend () {
BBCLASSEXTEND = "native"
# CVE-2015-3276 has no target code.
-CVE_CHECK_WHITELIST += "CVE-2015-3276"
+CVE_CHECK_IGNORE += "CVE-2015-3276"