summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-05-27 05:47:59 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-02 23:32:44 +0100
commitc625ab119ee22ccbe24ba8ed4a118c419738ced4 (patch)
treedb274a3107d1cada3bfcc3665b0599fb8e95bb15
parent72d9c16490cd94b03eff62f3fd25304e42a16b91 (diff)
downloadpoky-c625ab119ee22ccbe24ba8ed4a118c419738ced4.tar.gz
expat: set CVE_PRODUCT
Upstream database uses both "expat" and "libexpat" to report CVEs (From OE-Core rev: 30357a56df82d3ea11f7288a8c02dd2d201b498a) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/expat/expat_2.2.10.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/expat/expat_2.2.10.bb b/meta/recipes-core/expat/expat_2.2.10.bb
index fa263775b3..a54d832e52 100644
--- a/meta/recipes-core/expat/expat_2.2.10.bb
+++ b/meta/recipes-core/expat/expat_2.2.10.bb
@@ -25,3 +25,5 @@ do_install_ptest_class-target() {
25} 25}
26 26
27BBCLASSEXTEND += "native nativesdk" 27BBCLASSEXTEND += "native nativesdk"
28
29CVE_PRODUCT = "expat libexpat"