summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/ostree
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2023-01-02 22:42:32 +0000
committerKhem Raj <raj.khem@gmail.com>2023-01-04 15:33:58 -0800
commit5548aaad17b7c1b1446c405173b77e40a5020643 (patch)
tree3aad532d48647844aba62bf4e1c440a26c1b66c0 /meta-oe/recipes-extended/ostree
parent76700a30f7aa438b28a2b03713159abac00aa40d (diff)
downloadmeta-openembedded-5548aaad17b7c1b1446c405173b77e40a5020643.tar.gz
ostree: Switch to fuse3 which is supported in ostree now
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/ostree')
-rw-r--r--meta-oe/recipes-extended/ostree/ostree_2022.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2022.7.bb b/meta-oe/recipes-extended/ostree/ostree_2022.7.bb
index 0a56ad7c8..9cc1bd801 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2022.7.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2022.7.bb
@@ -79,7 +79,7 @@ PACKAGECONFIG[manpages] = "--enable-man, --disable-man, libxslt-native docbook-x
79PACKAGECONFIG[mkinitcpio] = "--with-mkinitcpio, --without-mkinitcpio" 79PACKAGECONFIG[mkinitcpio] = "--with-mkinitcpio, --without-mkinitcpio"
80PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2" 80PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2"
81PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl, , , glib gnutls" 81PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl, , , glib gnutls"
82PACKAGECONFIG[rofiles-fuse] = "--enable-rofiles-fuse, --disable-rofiles-fuse, fuse" 82PACKAGECONFIG[rofiles-fuse] = "--enable-rofiles-fuse, --disable-rofiles-fuse, fuse3"
83PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux, bubblewrap" 83PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux, bubblewrap"
84PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack" 84PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack"
85PACKAGECONFIG[soup] = "--with-soup, --without-soup --disable-glibtest, libsoup-2.4" 85PACKAGECONFIG[soup] = "--with-soup, --without-soup --disable-glibtest, libsoup-2.4"