diff options
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.2.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.2.1.bb b/recipes-extended/libvirt/libvirt_1.2.1.bb index 5365b8de..4c9cf36f 100644 --- a/recipes-extended/libvirt/libvirt_1.2.1.bb +++ b/recipes-extended/libvirt/libvirt_1.2.1.bb | |||
@@ -109,10 +109,11 @@ 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 uml openvz vmware vbox esx iproute2 polkit lxc test \ | 112 | PACKAGECONFIG ??= "qemu yajl uml openvz vmware vbox esx iproute2 lxc test \ |
113 | 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 | ${@base_contains('DISTRO_FEATURES', 'xen', 'xen libxl xen-inotify', '', d)} \ |
116 | ${@base_contains('DISTRO_FEATURES', 'x11', 'polkit', '', d)} \ | ||
116 | " | 117 | " |
117 | 118 | ||
118 | # enable,disable,depends,rdepends | 119 | # enable,disable,depends,rdepends |