diff options
author | Ting Liu <b28495@freescale.com> | 2013-07-04 09:59:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-10 09:42:00 +0100 |
commit | 6e08d01e54111a0ed01b088df32d894c59973c23 (patch) | |
tree | 5ab934edc362fe32836ba0bdae13cc3478146493 /meta/recipes-devtools | |
parent | 3f9224ca57b8e2cd98083207f9e4e84c0f542031 (diff) | |
download | poky-6e08d01e54111a0ed01b088df32d894c59973c23.tar.gz |
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 <b28495@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | 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 7caef6e9a3..2d4a345bee 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -84,6 +84,8 @@ do_install_append() { | |||
84 | # END of qemu-mips workaround | 84 | # END of qemu-mips workaround |
85 | 85 | ||
86 | PACKAGECONFIG ??= "" | 86 | PACKAGECONFIG ??= "" |
87 | PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr,--disable-virtfs,libcap attr," | ||
88 | PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio," | ||
87 | 89 | ||
88 | # Qemu target will not build in world build for ARM or Mips | 90 | # Qemu target will not build in world build for ARM or Mips |
89 | BROKEN_qemuarm = "1" | 91 | BROKEN_qemuarm = "1" |