summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-08-24 10:10:02 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-08-27 13:28:48 +0000
commit4c21ae49dbe05923309892d2fac63d166fd7d508 (patch)
tree9f110b40857bb8a1f87019ec5bf68e9e88b0d73b
parentdbffe9f4c230076e0e722caab64d6243412549ef (diff)
downloadmeta-virtualization-4c21ae49dbe05923309892d2fac63d166fd7d508.tar.gz
libvirt: update from fuse2 to fuse3
Using fuse2 and fuse3 in the same environment can be problematic. Most projects I know of now support fuse3. ostree, flatpak, xdg-desktop-portal and some other recipes in meta-openembedded are configured to use fuse3 and libvirt is also able to do so. This commit switches libvirt to fuse3 to reduce the number of recipes that still use the old version. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/libvirt/libvirt_9.6.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_9.6.0.bb b/recipes-extended/libvirt/libvirt_9.6.0.bb
index 6c5d3298..c5d0d2cd 100644
--- a/recipes-extended/libvirt/libvirt_9.6.0.bb
+++ b/recipes-extended/libvirt/libvirt_9.6.0.bb
@@ -156,7 +156,7 @@ PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux,"
156PACKAGECONFIG[python] = ",,python3," 156PACKAGECONFIG[python] = ",,python3,"
157PACKAGECONFIG[sasl] = "-Dsasl=enabled,-Dsasl=disabled,cyrus-sasl,cyrus-sasl" 157PACKAGECONFIG[sasl] = "-Dsasl=enabled,-Dsasl=disabled,cyrus-sasl,cyrus-sasl"
158PACKAGECONFIG[numactl] = "-Dnumactl=enabled,-Dnumactl=disabled,numactl," 158PACKAGECONFIG[numactl] = "-Dnumactl=enabled,-Dnumactl=disabled,numactl,"
159PACKAGECONFIG[fuse] = "-Dfuse=enabled,-Dfuse=disabled,fuse," 159PACKAGECONFIG[fuse] = "-Dfuse=enabled,-Dfuse=disabled,fuse3,"
160PACKAGECONFIG[audit] = "-Daudit=enabled,-Daudit=disabled,audit," 160PACKAGECONFIG[audit] = "-Daudit=enabled,-Daudit=disabled,audit,"
161PACKAGECONFIG[libcap-ng] = "-Dcapng=enabled,-Dcapng=disabled,libcap-ng," 161PACKAGECONFIG[libcap-ng] = "-Dcapng=enabled,-Dcapng=disabled,libcap-ng,"
162PACKAGECONFIG[wireshark] = "-Dwireshark_dissector=enabled,-Dwireshark_dissector=disabled,wireshark libwsutil," 162PACKAGECONFIG[wireshark] = "-Dwireshark_dissector=enabled,-Dwireshark_dissector=disabled,wireshark libwsutil,"