From df0678b3c9c44aac9703dcf78ceb4fdbe8397f3e Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Mon, 5 May 2014 13:43:02 -0700 Subject: libvirt: force use of libssh2 We add a PACKAGECONFIG[] to deterministically build with or without libssh2 and add ssh2 to PACKAGECONFIG, so we will always use it. Signed-off-by: Joe Slater Signed-off-by: Bruce Ashfield --- recipes-extended/libvirt/libvirt_1.2.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-extended/libvirt/libvirt_1.2.2.bb b/recipes-extended/libvirt/libvirt_1.2.2.bb index a66a6adb..eaa880c6 100644 --- a/recipes-extended/libvirt/libvirt_1.2.2.bb +++ b/recipes-extended/libvirt/libvirt_1.2.2.bb @@ -134,6 +134,7 @@ PRIVATE_LIBS_${PN}-ptest = " \ # full config PACKAGECONFIG ??= "qemu yajl uml openvz vmware vbox esx iproute2 lxc test \ remote macvtap libvirtd netcf udev python ebtables \ + ssh2 \ ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ ${@base_contains('DISTRO_FEATURES', 'xen', 'xen libxl xen-inotify', '', d)} \ ${@base_contains('DISTRO_FEATURES', 'x11', 'polkit', '', d)} \ @@ -169,6 +170,7 @@ PACKAGECONFIG[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" PACKAGECONFIG[numactl] = "--with-numactl,--without-numactl,numactl," +PACKAGECONFIG[ssh2] = "--with-ssh2,--without-ssh2,libssh2," # Enable the Python tool support require libvirt-python.inc -- cgit v1.2.3-54-g00ecf