summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-16 20:33:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-21 23:37:27 +0000
commit71ef3191938da772b07274165dd3a85c2ed011f1 (patch)
treefd830ada451fec669352cb0dfc1bb316ea9cefd8 /meta/recipes-devtools/qemu/qemu.inc
parent5a3d6c7bda0f158473c82d1c38ae2df26192dccb (diff)
downloadpoky-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-devtools/qemu/qemu.inc')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 80b83be63f..94190b52f4 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -36,15 +36,15 @@ SRC_URI:append:class-target = " file://cross.patch"
36SRC_URI:append:class-nativesdk = " file://cross.patch" 36SRC_URI:append:class-nativesdk = " file://cross.patch"
37 37
38# Applies against virglrender < 0.6.0 and not qemu itself 38# Applies against virglrender < 0.6.0 and not qemu itself
39CVE_CHECK_WHITELIST += "CVE-2017-5957" 39CVE_CHECK_IGNORE += "CVE-2017-5957"
40 40
41# The VNC server can expose host files uder some circumstances. We don't 41# The VNC server can expose host files uder some circumstances. We don't
42# enable it by default. 42# enable it by default.
43CVE_CHECK_WHITELIST += "CVE-2007-0998" 43CVE_CHECK_IGNORE += "CVE-2007-0998"
44 44
45# 'The issues identified by this CVE were determined to not constitute a vulnerability.' 45# 'The issues identified by this CVE were determined to not constitute a vulnerability.'
46# https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11 46# https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11
47CVE_CHECK_WHITELIST += "CVE-2018-18438" 47CVE_CHECK_IGNORE += "CVE-2018-18438"
48 48
49COMPATIBLE_HOST:mipsarchn32 = "null" 49COMPATIBLE_HOST:mipsarchn32 = "null"
50COMPATIBLE_HOST:mipsarchn64 = "null" 50COMPATIBLE_HOST:mipsarchn64 = "null"