diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2022-08-11 11:31:08 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-12 01:24:27 -0700 |
commit | 68d5d03be43f545fb8bdca8b9aae0f7f102b741b (patch) | |
tree | 131296424add016f1f206aebbbc52448b162ab0c /meta-oe/recipes-extended/ostree | |
parent | 62fd541101c104dd41c918fb21d0ab63222c672f (diff) | |
download | meta-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.bb | 7 |
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 b3d9ec56b7..a21c473f0a 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" | |||
70 | PACKAGECONFIG[builtin-grub2-mkconfig] = "--with-builtin-grub2-mkconfig, --without-builtin-grub2-mkconfig" | 70 | PACKAGECONFIG[builtin-grub2-mkconfig] = "--with-builtin-grub2-mkconfig, --without-builtin-grub2-mkconfig" |
71 | PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl" | 71 | PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl" |
72 | PACKAGECONFIG[dracut] = "--with-dracut, --without-dracut" | 72 | PACKAGECONFIG[dracut] = "--with-dracut, --without-dracut" |
73 | PACKAGECONFIG[glib] = "--with-crypto=glib" | 73 | PACKAGECONFIG[ed25519-libsodium] = "--with-ed25519-libsodium, --without-ed25519-libsodium, libsodium" |
74 | PACKAGECONFIG[gjs] = "ac_cv_path_GJS=${bindir}/gjs" | 74 | PACKAGECONFIG[gjs] = "ac_cv_path_GJS=${bindir}/gjs" |
75 | PACKAGECONFIG[gnutls] = "--with-crypto=gnutls, , gnutls" | 75 | PACKAGECONFIG[glib] = "--with-crypto=glib, , , , , gnutls openssl" |
76 | PACKAGECONFIG[gnutls] = "--with-crypto=gnutls, , gnutls, , , glib openssl" | ||
76 | PACKAGECONFIG[gpgme] = "--with-gpgme, --without-gpgme, gpgme" | 77 | PACKAGECONFIG[gpgme] = "--with-gpgme, --without-gpgme, gpgme" |
77 | PACKAGECONFIG[libarchive] = "--with-libarchive, --without-libarchive, libarchive" | 78 | PACKAGECONFIG[libarchive] = "--with-libarchive, --without-libarchive, libarchive" |
78 | PACKAGECONFIG[libmount] = "--with-libmount, --without-libmount, util-linux" | 79 | PACKAGECONFIG[libmount] = "--with-libmount, --without-libmount, util-linux" |
79 | PACKAGECONFIG[manpages] = "--enable-man, --disable-man, libxslt-native docbook-xsl-stylesheets-native" | 80 | PACKAGECONFIG[manpages] = "--enable-man, --disable-man, libxslt-native docbook-xsl-stylesheets-native" |
80 | PACKAGECONFIG[mkinitcpio] = "--with-mkinitcpio, --without-mkinitcpio" | 81 | PACKAGECONFIG[mkinitcpio] = "--with-mkinitcpio, --without-mkinitcpio" |
81 | PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2" | 82 | PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2" |
82 | PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl" | 83 | PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl, , , glib gnutls" |
83 | PACKAGECONFIG[rofiles-fuse] = "--enable-rofiles-fuse, --disable-rofiles-fuse, fuse" | 84 | PACKAGECONFIG[rofiles-fuse] = "--enable-rofiles-fuse, --disable-rofiles-fuse, fuse" |
84 | PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux" | 85 | PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux" |
85 | PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack" | 86 | PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack" |