From 7403b5a6910d60a5430f4ba83b35871948f9d91d Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Tue, 16 Oct 2018 09:45:19 +0800 Subject: libvirt: remove qemu from PACKAGECONFIG for mips n32 and n64 PACKAGECONFIG 'qemu' causes libvirt depends on package qemu. But qemu is not compatible with mips n32 and n64. So remove 'qemu' from PACKAGECONFIG for mips n32 and n64. Signed-off-by: Kai Kang Signed-off-by: Mark Hatle Signed-off-by: Bruce Ashfield --- recipes-extended/libvirt/libvirt_4.7.0.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-extended/libvirt/libvirt_4.7.0.bb b/recipes-extended/libvirt/libvirt_4.7.0.bb index ecccfeeb..51367985 100644 --- a/recipes-extended/libvirt/libvirt_4.7.0.bb +++ b/recipes-extended/libvirt/libvirt_4.7.0.bb @@ -186,6 +186,10 @@ 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_mipsarchn32 = "qemu" +PACKAGECONFIG_remove_mipsarchn64 = "qemu" + # enable,disable,depends,rdepends # PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu," -- cgit v1.2.3-54-g00ecf