diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2023-01-02 22:42:32 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-04 15:33:58 -0800 |
commit | 5548aaad17b7c1b1446c405173b77e40a5020643 (patch) | |
tree | 3aad532d48647844aba62bf4e1c440a26c1b66c0 /meta-oe/recipes-extended | |
parent | 76700a30f7aa438b28a2b03713159abac00aa40d (diff) | |
download | meta-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')
-rw-r--r-- | meta-oe/recipes-extended/ostree/ostree_2022.7.bb | 2 |
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 | |||
79 | PACKAGECONFIG[mkinitcpio] = "--with-mkinitcpio, --without-mkinitcpio" | 79 | PACKAGECONFIG[mkinitcpio] = "--with-mkinitcpio, --without-mkinitcpio" |
80 | PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2" | 80 | PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2" |
81 | PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl, , , glib gnutls" | 81 | PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl, , , glib gnutls" |
82 | PACKAGECONFIG[rofiles-fuse] = "--enable-rofiles-fuse, --disable-rofiles-fuse, fuse" | 82 | PACKAGECONFIG[rofiles-fuse] = "--enable-rofiles-fuse, --disable-rofiles-fuse, fuse3" |
83 | PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux, bubblewrap" | 83 | PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux, bubblewrap" |
84 | PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack" | 84 | PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack" |
85 | PACKAGECONFIG[soup] = "--with-soup, --without-soup --disable-glibtest, libsoup-2.4" | 85 | PACKAGECONFIG[soup] = "--with-soup, --without-soup --disable-glibtest, libsoup-2.4" |