diff options
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.0.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.0.3.bb b/recipes-extended/libvirt/libvirt_1.0.3.bb index 989b8b12..b0a4e0aa 100644 --- a/recipes-extended/libvirt/libvirt_1.0.3.bb +++ b/recipes-extended/libvirt/libvirt_1.0.3.bb | |||
@@ -112,7 +112,7 @@ INITSCRIPT_PARAMS_${PN}-libvirtd = "defaults 72" | |||
112 | 112 | ||
113 | # full config | 113 | # full config |
114 | PACKAGECONFIG ??= "qemu yajl xen libxl xen-inotify uml openvz vmware vbox esx \ | 114 | PACKAGECONFIG ??= "qemu yajl xen libxl xen-inotify uml openvz vmware vbox esx \ |
115 | polkit lxc test remote macvtap libvirtd netcf udev python" | 115 | polkit lxc test remote macvtap libvirtd netcf udev python ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" |
116 | 116 | ||
117 | PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu" | 117 | PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu" |
118 | PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl" | 118 | PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl" |
@@ -136,7 +136,7 @@ PACKAGECONFIG[libvirtd] = "--with-libvirtd,--without-libvirtd" | |||
136 | PACKAGECONFIG[netcf] = "--with-netcf,--without-netcf,netcf,netcf" | 136 | PACKAGECONFIG[netcf] = "--with-netcf,--without-netcf,netcf,netcf" |
137 | PACKAGECONFIG[dtrace] = "--with-dtrace,--without-dtrace,," | 137 | PACKAGECONFIG[dtrace] = "--with-dtrace,--without-dtrace,," |
138 | PACKAGECONFIG[udev] = "--with-udev --with-pciaccess,--without-udev,udev libpciaccess," | 138 | PACKAGECONFIG[udev] = "--with-udev --with-pciaccess,--without-udev,udev libpciaccess," |
139 | 139 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" | |
140 | # Enable the Python tool support | 140 | # Enable the Python tool support |
141 | require libvirt-python.inc | 141 | require libvirt-python.inc |
142 | 142 | ||