From 6e08d01e54111a0ed01b088df32d894c59973c23 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Thu, 4 Jul 2013 09:59:37 +0800 Subject: 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 --- meta/recipes-devtools/qemu/qemu.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools') 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" -- cgit v1.2.3-54-g00ecf