summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 3ce14d9fa0..7cf436783d 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -33,6 +33,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
33 file://CVE-2020-7039-1.patch \ 33 file://CVE-2020-7039-1.patch \
34 file://CVE-2020-7039-2.patch \ 34 file://CVE-2020-7039-2.patch \
35 file://CVE-2020-7039-3.patch \ 35 file://CVE-2020-7039-3.patch \
36 file://0001-Add-enable-disable-udev.patch \
36 " 37 "
37UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" 38UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar"
38 39
@@ -172,6 +173,9 @@ PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice"
172PACKAGECONFIG[usb-redir] = "--enable-usb-redir,--disable-usb-redir,usbredir" 173PACKAGECONFIG[usb-redir] = "--enable-usb-redir,--disable-usb-redir,usbredir"
173PACKAGECONFIG[snappy] = "--enable-snappy,--disable-snappy,snappy" 174PACKAGECONFIG[snappy] = "--enable-snappy,--disable-snappy,snappy"
174PACKAGECONFIG[glusterfs] = "--enable-glusterfs,--disable-glusterfs" 175PACKAGECONFIG[glusterfs] = "--enable-glusterfs,--disable-glusterfs"
176PACKAGECONFIG[xkbcommon] = "--enable-xkbcommon,--disable-xkbcommon,libxkbcommon"
177PACKAGECONFIG[libudev] = "--enable-libudev,--disable-libudev,eudev"
178#PACKAGECONFIG[libxml2] = "--enable-libxml2,--disable-libxml2,libxml2"
175 179
176INSANE_SKIP_${PN} = "arch" 180INSANE_SKIP_${PN} = "arch"
177 181