From: Ting Liu Date: Thu, 4 Jul 2013 01:59:37 +0000 (+0800) Subject: qemu: use PACKAGECONFIG to address libaio/attr/libcap dependencies X-Git-Tag: 2015-4~5892 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8438bbe210de6f565f842d745ccede131fa385db;p=openembedded-core.git qemu: use PACKAGECONFIG to address libaio/attr/libcap dependencies Move to using the PACKAGECONFIG mechanism to select configure options and dependencies. Without this the system will attempt to discover various dependencies, and sometimes does so incorrectly. Signed-off-by: Ting Liu Signed-off-by: Saul Wold --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 7caef6e9a3..2d4a345bee 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -84,6 +84,8 @@ do_install_append() { # END of qemu-mips workaround PACKAGECONFIG ??= "" +PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr,--disable-virtfs,libcap attr," +PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio," # Qemu target will not build in world build for ARM or Mips BROKEN_qemuarm = "1"