[oe-commits] Ting Liu : qemu: use PACKAGECONFIG to address libaio/attr/ libcap dependencies

git at git.openembedded.org git at git.openembedded.org
Wed Jul 10 08:37:59 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 8438bbe210de6f565f842d745ccede131fa385db
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8438bbe210de6f565f842d745ccede131fa385db

Author: Ting Liu <b28495 at freescale.com>
Date:   Thu Jul  4 09:59:37 2013 +0800

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 <b28495 at freescale.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/qemu/qemu.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 7caef6e..2d4a345 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"



More information about the Openembedded-commits mailing list