summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-07-09 09:57:44 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-09 09:57:44 -0400
commitbf7905108840a9390b81e8c510258478958b48d1 (patch)
treef1bcf46b3c9c92291f09f310e9feb1e245712581
parentd4dce51641eae5899a3ca9e1872cc68323abb450 (diff)
downloadmeta-virtualization-bf7905108840a9390b81e8c510258478958b48d1.tar.gz
libvirt: add fuse PACKAGECONFIG
libvirt will probe and dynamically add fuse support if detected. This leads to build inconsistencies and errors due to race conditions. Explicitly adding fuse as a packageconfig option to ensure that it is consistently added (or removed). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/libvirt/libvirt_1.2.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.2.4.bb b/recipes-extended/libvirt/libvirt_1.2.4.bb
index c2eea495..80ccbbb8 100644
--- a/recipes-extended/libvirt/libvirt_1.2.4.bb
+++ b/recipes-extended/libvirt/libvirt_1.2.4.bb
@@ -170,6 +170,7 @@ PACKAGECONFIG[python] = ",,python,"
170PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl" 170PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl,cyrus-sasl"
171PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iproute2,iproute2" 171PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iproute2,iproute2"
172PACKAGECONFIG[numactl] = "--with-numactl,--without-numactl,numactl," 172PACKAGECONFIG[numactl] = "--with-numactl,--without-numactl,numactl,"
173PACKAGECONFIG[fuse] = "--with-fuse,--without-fuse,fuse,"
173 174
174# Enable the Python tool support 175# Enable the Python tool support
175require libvirt-python.inc 176require libvirt-python.inc