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>
This commit is contained in:
Bruce Ashfield 2014-07-09 09:57:44 -04:00
parent d4dce51641
commit bf79051088

View File

@ -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