summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/libvirt/libvirt_1.2.2.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.2.2.bb b/recipes-extended/libvirt/libvirt_1.2.2.bb
index 0cd6b990..a14d4653 100644
--- a/recipes-extended/libvirt/libvirt_1.2.2.bb
+++ b/recipes-extended/libvirt/libvirt_1.2.2.bb
@@ -67,6 +67,10 @@ ac_cv_path_LVS=/usr/sbin/lvs \
67ac_cv_path_PARTED=/usr/sbin/parted \ 67ac_cv_path_PARTED=/usr/sbin/parted \
68ac_cv_path_DMSETUP=/usr/sbin/dmsetup" 68ac_cv_path_DMSETUP=/usr/sbin/dmsetup"
69 69
70# Ensure that libvirt uses polkit rather than policykit, whether the host has
71# pkcheck installed or not, and ensure the path is correct per our config.
72CACHED_CONFIGUREVARS += "ac_cv_path_PKCHECK_PATH=${bindir}/pkcheck"
73
70# Some other possible paths we are not yet setting 74# Some other possible paths we are not yet setting
71#ac_cv_path_RPCGEN= 75#ac_cv_path_RPCGEN=
72#ac_cv_path_XSLTPROC= 76#ac_cv_path_XSLTPROC=
@@ -75,7 +79,6 @@ ac_cv_path_DMSETUP=/usr/sbin/dmsetup"
75#ac_cv_path_EBTABLES_PATH= 79#ac_cv_path_EBTABLES_PATH=
76#ac_cv_path_PKG_CONFIG= 80#ac_cv_path_PKG_CONFIG=
77#ac_cv_path_ac_pt_PKG_CONFIG 81#ac_cv_path_ac_pt_PKG_CONFIG
78#ac_cv_path_PKCHECK_PATH=
79#ac_cv_path_POLKIT_AUTH= 82#ac_cv_path_POLKIT_AUTH=
80#ac_cv_path_DTRACE= 83#ac_cv_path_DTRACE=
81#ac_cv_path_ISCSIADM= 84#ac_cv_path_ISCSIADM=