diff options
| -rw-r--r-- | recipes-extended/libvirt/libvirt_1.2.8.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.2.8.bb b/recipes-extended/libvirt/libvirt_1.2.8.bb index 57ae613e..0f4b29f0 100644 --- a/recipes-extended/libvirt/libvirt_1.2.8.bb +++ b/recipes-extended/libvirt/libvirt_1.2.8.bb | |||
| @@ -138,7 +138,7 @@ PRIVATE_LIBS_${PN}-ptest = " \ | |||
| 138 | # full config | 138 | # full config |
| 139 | PACKAGECONFIG ??= "qemu yajl uml openvz vmware vbox esx iproute2 lxc test \ | 139 | PACKAGECONFIG ??= "qemu yajl uml openvz vmware vbox esx iproute2 lxc test \ |
| 140 | remote macvtap libvirtd netcf udev python ebtables \ | 140 | remote macvtap libvirtd netcf udev python ebtables \ |
| 141 | ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ | 141 | ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux audit libcap-ng', '', d)} \ |
| 142 | ${@base_contains('DISTRO_FEATURES', 'xen', 'xen libxl xen-inotify', '', d)} \ | 142 | ${@base_contains('DISTRO_FEATURES', 'xen', 'xen libxl xen-inotify', '', d)} \ |
| 143 | ${@base_contains('DISTRO_FEATURES', 'x11', 'polkit', '', d)} \ | 143 | ${@base_contains('DISTRO_FEATURES', 'x11', 'polkit', '', d)} \ |
| 144 | " | 144 | " |
| @@ -174,6 +174,8 @@ PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl" | |||
| 174 | PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iproute2,iproute2" | 174 | PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iproute2,iproute2" |
| 175 | PACKAGECONFIG[numactl] = "--with-numactl,--without-numactl,numactl," | 175 | PACKAGECONFIG[numactl] = "--with-numactl,--without-numactl,numactl," |
| 176 | PACKAGECONFIG[fuse] = "--with-fuse,--without-fuse,fuse," | 176 | PACKAGECONFIG[fuse] = "--with-fuse,--without-fuse,fuse," |
| 177 | PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit," | ||
| 178 | PACKAGECONFIG[libcap-ng] = "--with-capnp,--without-capng,libcap-ng," | ||
| 177 | 179 | ||
| 178 | # Enable the Python tool support | 180 | # Enable the Python tool support |
| 179 | require libvirt-python.inc | 181 | require libvirt-python.inc |
