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-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e08d01e54111a0ed01b088df32d894c59973c23;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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. (From OE-Core rev: 8438bbe210de6f565f842d745ccede131fa385db) Signed-off-by: Ting Liu Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 7caef6e9a3e..2d4a345bee2 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"