From bf7905108840a9390b81e8c510258478958b48d1 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 9 Jul 2014 09:57:44 -0400 Subject: 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 --- recipes-extended/libvirt/libvirt_1.2.4.bb | 1 + 1 file changed, 1 insertion(+) 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," 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[fuse] = "--with-fuse,--without-fuse,fuse," # Enable the Python tool support require libvirt-python.inc -- cgit v1.2.3-54-g00ecf