mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
d4dce51641
commit
bf79051088
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user