summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc-locale.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-07-16 13:47:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-17 09:36:35 +0100
commitc75f0e92473906899950ce6b059fe6ab2cb41b5c (patch)
tree070d1ee88b34660c33fdc18769699e168bd49b43 /meta/recipes-core/glibc/glibc-locale.inc
parent0c0a056db8c0f918a0daf9145b162e50f1a44124 (diff)
downloadpoky-c75f0e92473906899950ce6b059fe6ab2cb41b5c.tar.gz
glibc: exclude child recipes from CVE scanning
As glibc will be scanned for CVEs, we don't need to scan glibc-locale, glibc-mtrace, and glibc-scripts which are all separate recipes for technical reasons. Exclude the recipes by setting CVE_PRODUCT in the recipe, instead of using the global whitelist. (From OE-Core rev: 1f9a963b9ff7ebe052ba54b9fcbdf7d09478dd17) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc-locale.inc')
-rw-r--r--meta/recipes-core/glibc/glibc-locale.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc-locale.inc b/meta/recipes-core/glibc/glibc-locale.inc
index bf5eaee938..ef06389ff9 100644
--- a/meta/recipes-core/glibc/glibc-locale.inc
+++ b/meta/recipes-core/glibc/glibc-locale.inc
@@ -98,3 +98,6 @@ do_install() {
98inherit libc-package 98inherit libc-package
99 99
100BBCLASSEXTEND = "nativesdk" 100BBCLASSEXTEND = "nativesdk"
101
102# Don't scan for CVEs as glibc will be scanned
103CVE_PRODUCT = ""