summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/ostree
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2022-08-11 11:31:08 +0100
committerKhem Raj <raj.khem@gmail.com>2022-08-12 01:24:27 -0700
commit68d5d03be43f545fb8bdca8b9aae0f7f102b741b (patch)
tree131296424add016f1f206aebbbc52448b162ab0c /meta-oe/recipes-extended/ostree
parent62fd541101c104dd41c918fb21d0ab63222c672f (diff)
downloadmeta-openembedded-68d5d03be43f545fb8bdca8b9aae0f7f102b741b.tar.gz
ostree: Cleanup PACKAGECONFIGs
Add ed25519-libsodium to PACKAGECONFIG, mark glib/gnutls/openssl as mutual conflicts. 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.5.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2022.5.bb b/meta-oe/recipes-extended/ostree/ostree_2022.5.bb
index b3d9ec56b..a21c473f0 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2022.5.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2022.5.bb
@@ -70,16 +70,17 @@ PACKAGECONFIG[avahi] = "--with-avahi, --without-avahi, avahi"
70PACKAGECONFIG[builtin-grub2-mkconfig] = "--with-builtin-grub2-mkconfig, --without-builtin-grub2-mkconfig" 70PACKAGECONFIG[builtin-grub2-mkconfig] = "--with-builtin-grub2-mkconfig, --without-builtin-grub2-mkconfig"
71PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl" 71PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl"
72PACKAGECONFIG[dracut] = "--with-dracut, --without-dracut" 72PACKAGECONFIG[dracut] = "--with-dracut, --without-dracut"
73PACKAGECONFIG[glib] = "--with-crypto=glib" 73PACKAGECONFIG[ed25519-libsodium] = "--with-ed25519-libsodium, --without-ed25519-libsodium, libsodium"
74PACKAGECONFIG[gjs] = "ac_cv_path_GJS=${bindir}/gjs" 74PACKAGECONFIG[gjs] = "ac_cv_path_GJS=${bindir}/gjs"
75PACKAGECONFIG[gnutls] = "--with-crypto=gnutls, , gnutls" 75PACKAGECONFIG[glib] = "--with-crypto=glib, , , , , gnutls openssl"
76PACKAGECONFIG[gnutls] = "--with-crypto=gnutls, , gnutls, , , glib openssl"
76PACKAGECONFIG[gpgme] = "--with-gpgme, --without-gpgme, gpgme" 77PACKAGECONFIG[gpgme] = "--with-gpgme, --without-gpgme, gpgme"
77PACKAGECONFIG[libarchive] = "--with-libarchive, --without-libarchive, libarchive" 78PACKAGECONFIG[libarchive] = "--with-libarchive, --without-libarchive, libarchive"
78PACKAGECONFIG[libmount] = "--with-libmount, --without-libmount, util-linux" 79PACKAGECONFIG[libmount] = "--with-libmount, --without-libmount, util-linux"
79PACKAGECONFIG[manpages] = "--enable-man, --disable-man, libxslt-native docbook-xsl-stylesheets-native" 80PACKAGECONFIG[manpages] = "--enable-man, --disable-man, libxslt-native docbook-xsl-stylesheets-native"
80PACKAGECONFIG[mkinitcpio] = "--with-mkinitcpio, --without-mkinitcpio" 81PACKAGECONFIG[mkinitcpio] = "--with-mkinitcpio, --without-mkinitcpio"
81PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2" 82PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2"
82PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl" 83PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl, , , glib gnutls"
83PACKAGECONFIG[rofiles-fuse] = "--enable-rofiles-fuse, --disable-rofiles-fuse, fuse" 84PACKAGECONFIG[rofiles-fuse] = "--enable-rofiles-fuse, --disable-rofiles-fuse, fuse"
84PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux" 85PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux"
85PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack" 86PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack"