summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2020-04-07 21:40:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-24 14:10:07 +0100
commit3a8d3a398467f68010092d2710e4a512b0d69463 (patch)
treee20732bce2e2951ffa987694cc9bc2a1393687a7 /meta/recipes-devtools/qemu
parentb72dbb2e4bf2fb6cc39a87d9ca38ab4a515fe68f (diff)
downloadpoky-3a8d3a398467f68010092d2710e4a512b0d69463.tar.gz
qemu-system-native: Fix commented out PACKAGECONFIG
(From OE-Core rev: f2bcc384a6e90480b5b0f0c77530f014785b291e) Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index f17a046fca..7a1ccf2115 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -180,7 +180,7 @@ PACKAGECONFIG[snappy] = "--enable-snappy,--disable-snappy,snappy"
180PACKAGECONFIG[glusterfs] = "--enable-glusterfs,--disable-glusterfs" 180PACKAGECONFIG[glusterfs] = "--enable-glusterfs,--disable-glusterfs"
181PACKAGECONFIG[xkbcommon] = "--enable-xkbcommon,--disable-xkbcommon,libxkbcommon" 181PACKAGECONFIG[xkbcommon] = "--enable-xkbcommon,--disable-xkbcommon,libxkbcommon"
182PACKAGECONFIG[libudev] = "--enable-libudev,--disable-libudev,eudev" 182PACKAGECONFIG[libudev] = "--enable-libudev,--disable-libudev,eudev"
183#PACKAGECONFIG[libxml2] = "--enable-libxml2,--disable-libxml2,libxml2" 183PACKAGECONFIG[libxml2] = "--enable-libxml2,--disable-libxml2,libxml2"
184 184
185INSANE_SKIP_${PN} = "arch" 185INSANE_SKIP_${PN} = "arch"
186 186