diff options
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.2.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.2.1.bb b/recipes-extended/libvirt/libvirt_1.2.1.bb index 76d3f42b..5365b8de 100644 --- a/recipes-extended/libvirt/libvirt_1.2.1.bb +++ b/recipes-extended/libvirt/libvirt_1.2.1.bb | |||
@@ -109,9 +109,10 @@ INITSCRIPT_PARAMS_${PN}-libvirtd = "defaults 72" | |||
109 | #PACKAGECONFIG ??= "xen libxl xen-inotify test remote libvirtd" | 109 | #PACKAGECONFIG ??= "xen libxl xen-inotify test remote libvirtd" |
110 | 110 | ||
111 | # full config | 111 | # full config |
112 | PACKAGECONFIG ??= "qemu yajl xen libxl xen-inotify uml openvz vmware vbox esx iproute2 \ | 112 | PACKAGECONFIG ??= "qemu yajl uml openvz vmware vbox esx iproute2 polkit lxc test \ |
113 | polkit lxc test remote macvtap libvirtd netcf udev python ebtables \ | 113 | remote macvtap libvirtd netcf udev python ebtables \ |
114 | ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ | 114 | ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ |
115 | ${@base_contains('DISTRO_FEATURES', 'xen', 'xen libxl xen-inotify', '', d)} \ | ||
115 | " | 116 | " |
116 | 117 | ||
117 | # enable,disable,depends,rdepends | 118 | # enable,disable,depends,rdepends |