diff options
| author | Steve Sakoman <steve@sakoman.com> | 2021-05-27 05:47:59 -1000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-28 06:41:03 +0100 |
| commit | 219f9fc977768248ecd3ca907a4cf236674cc594 (patch) | |
| tree | c3e85dd37847aa246d490052e457b7b29bd9c434 /meta/recipes-core | |
| parent | fa50a3d34ad37e648096010e3210c75427693340 (diff) | |
| download | poky-219f9fc977768248ecd3ca907a4cf236674cc594.tar.gz | |
expat: set CVE_PRODUCT
Upstream database uses both "expat" and "libexpat" to report CVEs
(From OE-Core rev: 706bdcaec5fd7c59d7877bbefa5ed4ce5b4f3da1)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
| -rw-r--r-- | meta/recipes-core/expat/expat_2.4.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/expat/expat_2.4.1.bb b/meta/recipes-core/expat/expat_2.4.1.bb index a57fc1b23b..451158a5d3 100644 --- a/meta/recipes-core/expat/expat_2.4.1.bb +++ b/meta/recipes-core/expat/expat_2.4.1.bb | |||
| @@ -24,3 +24,5 @@ do_install_ptest_class-target() { | |||
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | BBCLASSEXTEND += "native nativesdk" | 26 | BBCLASSEXTEND += "native nativesdk" |
| 27 | |||
| 28 | CVE_PRODUCT = "expat libexpat" | ||
