From ab69477f9d8028b495c57816277be5b3bff71efb Mon Sep 17 00:00:00 2001 From: Yang Shi Date: Tue, 19 Nov 2013 09:40:09 -0800 Subject: libvirt: Correct IP_PATH ip is installed into /sbin/ip, but the default path used by libvirt is /bin/ip, so override IP_PATH in configure. Signed-off-by: Yang Shi Signed-off-by: Bruce Ashfield --- recipes-extended/libvirt/libvirt_1.1.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" #PACKAGECONFIG ??= "xen libxl xen-inotify test remote libvirtd" # full config -PACKAGECONFIG ??= "qemu yajl xen libxl xen-inotify uml openvz vmware vbox esx \ +PACKAGECONFIG ??= "qemu yajl xen libxl xen-inotify uml openvz vmware vbox esx iproute2 \ polkit lxc test remote macvtap libvirtd netcf udev python ebtables \ {@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ " @@ -150,6 +150,7 @@ PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux," PACKAGECONFIG[ebtables] = "ac_cv_path_EBTABLES_PATH=/sbin/ebtables,ac_cv_path_EBTABLES_PATH=,ebtables,ebtables" PACKAGECONFIG[python] = "--with-python,--without-python,python," PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl" +PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iproute2,iproute2" # Enable the Python tool support require libvirt-python.inc -- cgit v1.2.3-54-g00ecf