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-05-05 08:45:30 +0100
commitb6601c3d38a8aa61eff9498edd45b4cd1f8d71c7 (patch)
tree15c8cb08f95bd3ca6e3c7a33333fd72c720aa058 /meta/recipes-devtools/qemu
parent9a14631d6617e104de5694744eaf7236b6988e52 (diff)
downloadpoky-b6601c3d38a8aa61eff9498edd45b4cd1f8d71c7.tar.gz
qemu-system-native: Fix commented out PACKAGECONFIG
(From OE-Core rev: 2797779cb8b821d8bec8df999c6ebb86384c9686) Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.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