summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt/libvirt_1.2.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-02-05 11:32:46 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-02-05 11:32:46 -0500
commit75c11b0d022a2e382c2925276f18594acd1a4930 (patch)
treee2025630eabb3270b30cd5ce97e830f0e8de3976 /recipes-extended/libvirt/libvirt_1.2.1.bb
parent43fe4b7d0e517a6eceb28382a8d8d89b8379f6c6 (diff)
downloadmeta-virtualization-75c11b0d022a2e382c2925276f18594acd1a4930.tar.gz
libvirt: fix python PACKAGECONFIG dependencies
Since python support is separate from the main libvirt build, we no longer need to trigger configuration options when python packageconfig support is added, we simply need to add python to the package depends. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/libvirt/libvirt_1.2.1.bb')
-rw-r--r--recipes-extended/libvirt/libvirt_1.2.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.2.1.bb b/recipes-extended/libvirt/libvirt_1.2.1.bb
index 912ca55a..3b954868 100644
--- a/recipes-extended/libvirt/libvirt_1.2.1.bb
+++ b/recipes-extended/libvirt/libvirt_1.2.1.bb
@@ -139,7 +139,7 @@ PACKAGECONFIG[dtrace] = "--with-dtrace,--without-dtrace,,"
139PACKAGECONFIG[udev] = "--with-udev --with-pciaccess,--without-udev,udev libpciaccess," 139PACKAGECONFIG[udev] = "--with-udev --with-pciaccess,--without-udev,udev libpciaccess,"
140PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux," 140PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux,"
141PACKAGECONFIG[ebtables] = "ac_cv_path_EBTABLES_PATH=/sbin/ebtables,ac_cv_path_EBTABLES_PATH=,ebtables,ebtables" 141PACKAGECONFIG[ebtables] = "ac_cv_path_EBTABLES_PATH=/sbin/ebtables,ac_cv_path_EBTABLES_PATH=,ebtables,ebtables"
142PACKAGECONFIG[python] = "--with-python,--without-python,python," 142PACKAGECONFIG[python] = ",,python,"
143PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl" 143PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl"
144PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iproute2,iproute2" 144PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iproute2,iproute2"
145 145