mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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 <kai.kang@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
c9c0d5ef20
commit
7403b5a691
|
@ -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,"
|
||||
|
|
Loading…
Reference in New Issue
Block a user