diff options
| -rw-r--r-- | recipes-extended/libvirt/libvirt_4.7.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ | |||
| 186 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'polkit', '', d)} \ | 186 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'polkit', '', d)} \ |
| 187 | " | 187 | " |
| 188 | 188 | ||
| 189 | # qemu is NOT compatible with mips64 | ||
| 190 | PACKAGECONFIG_remove_mipsarchn32 = "qemu" | ||
| 191 | PACKAGECONFIG_remove_mipsarchn64 = "qemu" | ||
| 192 | |||
| 189 | # enable,disable,depends,rdepends | 193 | # enable,disable,depends,rdepends |
| 190 | # | 194 | # |
| 191 | PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu," | 195 | PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu," |
