diff options
author | 2021-05-27 05:47:59 -1000 | |
---|---|---|
committer | 2021-06-02 23:32:44 +0100 | |
commit | c625ab119ee22ccbe24ba8ed4a118c419738ced4 (patch) | |
tree | db274a3107d1cada3bfcc3665b0599fb8e95bb15 /meta/recipes-core/expat/expat_2.2.10.bb | |
parent | 72d9c16490cd94b03eff62f3fd25304e42a16b91 (diff) | |
download | poky-c625ab119ee22ccbe24ba8ed4a118c419738ced4.tar.gz poky-c625ab119ee22ccbe24ba8ed4a118c419738ced4.tar.bz2 poky-c625ab119ee22ccbe24ba8ed4a118c419738ced4.zip |
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>
Diffstat (limited to 'meta/recipes-core/expat/expat_2.2.10.bb')
-rw-r--r-- | meta/recipes-core/expat/expat_2.2.10.bb | 2 |
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() { } BBCLASSEXTEND += "native nativesdk" + +CVE_PRODUCT = "expat libexpat" |