diff options
| author | Ming Liu <ming.liu@windriver.com> | 2013-11-08 15:17:57 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-09 11:04:12 +0000 |
| commit | 64dfb0786103c70dec43532d22e1ea69726f4d59 (patch) | |
| tree | 96d0539a4f9420e015a786e32fa76a937b5b6794 /meta | |
| parent | 966f24b2ae29c677c20e7e41ec61cc767fe55b0c (diff) | |
| download | poky-64dfb0786103c70dec43532d22e1ea69726f4d59.tar.gz | |
qemu: use PACKAGECONFIG to address xfsprogs dependency
To avoid a implicit build result.
(From OE-Core master rev: 3e302e94ba5bcbba2736f37c0f67cfaf7fa45c0c)
(From OE-Core rev: b94e55928a07e672610e264f934b90649282ed53)
Signed-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 1b861d7dc9..5a73f8707a 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
| @@ -83,6 +83,7 @@ do_install_append() { | |||
| 83 | PACKAGECONFIG ??= "" | 83 | PACKAGECONFIG ??= "" |
| 84 | PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr,--disable-virtfs,libcap attr," | 84 | PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr,--disable-virtfs,libcap attr," |
| 85 | PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio," | 85 | PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio," |
| 86 | PACKAGECONFIG[xfs] = "--enable-xfsctl,--disable-xfsctl,xfsprogs," | ||
| 86 | 87 | ||
| 87 | # Qemu target will not build in world build for ARM or Mips | 88 | # Qemu target will not build in world build for ARM or Mips |
| 88 | BROKEN_qemuarm = "1" | 89 | BROKEN_qemuarm = "1" |
