From: Ming Liu Date: Fri, 8 Nov 2013 07:17:57 +0000 (+0800) Subject: qemu: use PACKAGECONFIG to address xfsprogs dependency X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f56718722c374ea37a621ad0b1a58e62c4f1b14;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemu: use PACKAGECONFIG to address xfsprogs dependency To avoid a implicit build result. (From OE-Core rev: 3e302e94ba5bcbba2736f37c0f67cfaf7fa45c0c) Signed-off-by: Ming Liu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 702fe01195a..26b670bab44 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -79,6 +79,7 @@ do_install_append() { PACKAGECONFIG ??= "" PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr,--disable-virtfs,libcap attr," PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio," +PACKAGECONFIG[xfs] = "--enable-xfsctl,--disable-xfsctl,xfsprogs," # Qemu target will not build in world build for ARM or Mips BROKEN_qemuarm = "1"