summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc-scripts.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:29 +0100
commit1f9a963b9ff7ebe052ba54b9fcbdf7d09478dd17 (patch)
tree414fefa62c886e7c42d5c4fab68a05cf8216630e /meta/recipes-core/glibc/glibc-scripts.inc
parent5388ed6d1378d647a65912dbd537f9ef3cb5760a (diff)
downloadopenembedded-core-contrib-1f9a963b9ff7ebe052ba54b9fcbdf7d09478dd17.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. 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-scripts.inc')
-rw-r--r--meta/recipes-core/glibc/glibc-scripts.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc-scripts.inc b/meta/recipes-core/glibc/glibc-scripts.inc
index 2a2b41507e..14a14e4512 100644
--- a/meta/recipes-core/glibc/glibc-scripts.inc
+++ b/meta/recipes-core/glibc/glibc-scripts.inc
@@ -18,3 +18,6 @@ do_install() {
# sotruss script requires sotruss-lib.so (given by libsotruss package),
# to produce trace of the library calls.
RDEPENDS_${PN} += "libsotruss"
+
+# Don't scan for CVEs as glibc will be scanned
+CVE_PRODUCT = ""