From: Jeremy Puhlman Date: Wed, 8 Apr 2020 04:40:56 +0000 (-0700) Subject: qemu-system-native: Fix commented out PACKAGECONFIG X-Git-Tag: 2020-04.1-dunfell~113 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2797779cb8b821d8bec8df999c6ebb86384c9686;p=openembedded-core.git qemu-system-native: Fix commented out PACKAGECONFIG Signed-off-by: Jeremy A. Puhlman Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- 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" PACKAGECONFIG[glusterfs] = "--enable-glusterfs,--disable-glusterfs" PACKAGECONFIG[xkbcommon] = "--enable-xkbcommon,--disable-xkbcommon,libxkbcommon" PACKAGECONFIG[libudev] = "--enable-libudev,--disable-libudev,eudev" -#PACKAGECONFIG[libxml2] = "--enable-libxml2,--disable-libxml2,libxml2" +PACKAGECONFIG[libxml2] = "--enable-libxml2,--disable-libxml2,libxml2" INSANE_SKIP_${PN} = "arch"