diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-16 20:33:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-21 23:37:27 +0000 |
commit | 71ef3191938da772b07274165dd3a85c2ed011f1 (patch) | |
tree | fd830ada451fec669352cb0dfc1bb316ea9cefd8 /meta/recipes-multimedia | |
parent | 5a3d6c7bda0f158473c82d1c38ae2df26192dccb (diff) | |
download | poky-71ef3191938da772b07274165dd3a85c2ed011f1.tar.gz |
meta/scripts: Automated conversion of OE renamed variables
(From OE-Core rev: aa52af4518604b5bf13f3c5e885113bf868d6c81)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/libpng/libpng_1.6.37.bb | 2 | ||||
-rw-r--r-- | meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb | 2 | ||||
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.3.0.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.37.bb b/meta/recipes-multimedia/libpng/libpng_1.6.37.bb index 7791b0eecf..61e3d92e95 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.37.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.37.bb | |||
@@ -32,4 +32,4 @@ FILES:${PN}-tools = "${bindir}/png-fix-itxt ${bindir}/pngfix ${bindir}/pngcp" | |||
32 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
33 | 33 | ||
34 | # CVE-2019-17371 is actually a memory leak in gif2png 2.x | 34 | # CVE-2019-17371 is actually a memory leak in gif2png 2.x |
35 | CVE_CHECK_WHITELIST += "CVE-2019-17371" | 35 | CVE_CHECK_IGNORE += "CVE-2019-17371" |
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb index eb3f983ba1..b8e703d084 100644 --- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb +++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb | |||
@@ -43,4 +43,4 @@ do_install:append() { | |||
43 | 43 | ||
44 | # This can't be replicated and is just a memory leak. | 44 | # This can't be replicated and is just a memory leak. |
45 | # https://github.com/erikd/libsndfile/issues/398 | 45 | # https://github.com/erikd/libsndfile/issues/398 |
46 | CVE_CHECK_WHITELIST += "CVE-2018-13419" | 46 | CVE_CHECK_IGNORE += "CVE-2018-13419" |
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb index 86b55ad284..6b933a409b 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb | |||
@@ -20,7 +20,7 @@ UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar" | |||
20 | 20 | ||
21 | # Tested with check from https://security-tracker.debian.org/tracker/CVE-2015-7313 | 21 | # Tested with check from https://security-tracker.debian.org/tracker/CVE-2015-7313 |
22 | # and 4.3.0 doesn't have the issue | 22 | # and 4.3.0 doesn't have the issue |
23 | CVE_CHECK_WHITELIST += "CVE-2015-7313" | 23 | CVE_CHECK_IGNORE += "CVE-2015-7313" |
24 | 24 | ||
25 | inherit autotools multilib_header | 25 | inherit autotools multilib_header |
26 | 26 | ||