From: Kai Kang <kai.k...@windriver.com> qemu is not compatible with mips64, so remove 'qemu' which causes libvirt depends on package qemu from PACKAGECONFIG for mips64.
Signed-off-by: Kai Kang <kai.k...@windriver.com> --- recipes-extended/libvirt/libvirt_1.3.5.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-extended/libvirt/libvirt_1.3.5.bb b/recipes-extended/libvirt/libvirt_1.3.5.bb index 6222b69..68e0885 100644 --- a/recipes-extended/libvirt/libvirt_1.3.5.bb +++ b/recipes-extended/libvirt/libvirt_1.3.5.bb @@ -173,6 +173,9 @@ PACKAGECONFIG ??= "qemu yajl uml openvz vmware vbox esx iproute2 lxc test \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'polkit', '', d)} \ " +# qemu is NOT compatible with mips64 +PACKAGECONFIG_remove_class-target_mips64 = "qemu" + # enable,disable,depends,rdepends # PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu," -- 2.9.3 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto