From: Jeremy Puhlman Date: Wed, 8 Apr 2020 04:40:56 +0000 (-0700) Subject: qemu-system-native: Fix commented out PACKAGECONFIG X-Git-Tag: uninative-2.9~1060 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f2bcc384a6e90480b5b0f0c77530f014785b291e;p=openembedded-core.git qemu-system-native: Fix commented out PACKAGECONFIG Signed-off-by: Jeremy A. Puhlman Signed-off-by: Richard Purdie --- 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"