diff options
| -rw-r--r-- | recipes-extended/libvirt/libvirt_1.1.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.1.2.bb b/recipes-extended/libvirt/libvirt_1.1.2.bb index 4bdade8d..598d7ef2 100644 --- a/recipes-extended/libvirt/libvirt_1.1.2.bb +++ b/recipes-extended/libvirt/libvirt_1.1.2.bb | |||
| @@ -117,7 +117,7 @@ INITSCRIPT_PARAMS_${PN}-libvirtd = "defaults 72" | |||
| 117 | #PACKAGECONFIG ??= "xen libxl xen-inotify test remote libvirtd" | 117 | #PACKAGECONFIG ??= "xen libxl xen-inotify test remote libvirtd" |
| 118 | 118 | ||
| 119 | # full config | 119 | # full config |
| 120 | PACKAGECONFIG ??= "qemu yajl xen libxl xen-inotify uml openvz vmware vbox esx \ | 120 | PACKAGECONFIG ??= "qemu yajl xen libxl xen-inotify uml openvz vmware vbox esx iproute2 \ |
| 121 | polkit lxc test remote macvtap libvirtd netcf udev python ebtables \ | 121 | polkit lxc test remote macvtap libvirtd netcf udev python ebtables \ |
| 122 | {@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ | 122 | {@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ |
| 123 | " | 123 | " |
| @@ -150,6 +150,7 @@ PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux," | |||
| 150 | PACKAGECONFIG[ebtables] = "ac_cv_path_EBTABLES_PATH=/sbin/ebtables,ac_cv_path_EBTABLES_PATH=,ebtables,ebtables" | 150 | PACKAGECONFIG[ebtables] = "ac_cv_path_EBTABLES_PATH=/sbin/ebtables,ac_cv_path_EBTABLES_PATH=,ebtables,ebtables" |
| 151 | PACKAGECONFIG[python] = "--with-python,--without-python,python," | 151 | PACKAGECONFIG[python] = "--with-python,--without-python,python," |
| 152 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl" | 152 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl" |
| 153 | PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iproute2,iproute2" | ||
| 153 | 154 | ||
| 154 | # Enable the Python tool support | 155 | # Enable the Python tool support |
| 155 | require libvirt-python.inc | 156 | require libvirt-python.inc |
