mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
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>
This commit is contained in:
parent
62fd541101
commit
68d5d03be4
|
|
@ -70,16 +70,17 @@ PACKAGECONFIG[avahi] = "--with-avahi, --without-avahi, avahi"
|
|||
PACKAGECONFIG[builtin-grub2-mkconfig] = "--with-builtin-grub2-mkconfig, --without-builtin-grub2-mkconfig"
|
||||
PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl"
|
||||
PACKAGECONFIG[dracut] = "--with-dracut, --without-dracut"
|
||||
PACKAGECONFIG[glib] = "--with-crypto=glib"
|
||||
PACKAGECONFIG[ed25519-libsodium] = "--with-ed25519-libsodium, --without-ed25519-libsodium, libsodium"
|
||||
PACKAGECONFIG[gjs] = "ac_cv_path_GJS=${bindir}/gjs"
|
||||
PACKAGECONFIG[gnutls] = "--with-crypto=gnutls, , gnutls"
|
||||
PACKAGECONFIG[glib] = "--with-crypto=glib, , , , , gnutls openssl"
|
||||
PACKAGECONFIG[gnutls] = "--with-crypto=gnutls, , gnutls, , , glib openssl"
|
||||
PACKAGECONFIG[gpgme] = "--with-gpgme, --without-gpgme, gpgme"
|
||||
PACKAGECONFIG[libarchive] = "--with-libarchive, --without-libarchive, libarchive"
|
||||
PACKAGECONFIG[libmount] = "--with-libmount, --without-libmount, util-linux"
|
||||
PACKAGECONFIG[manpages] = "--enable-man, --disable-man, libxslt-native docbook-xsl-stylesheets-native"
|
||||
PACKAGECONFIG[mkinitcpio] = "--with-mkinitcpio, --without-mkinitcpio"
|
||||
PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2"
|
||||
PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl"
|
||||
PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl, , , glib gnutls"
|
||||
PACKAGECONFIG[rofiles-fuse] = "--enable-rofiles-fuse, --disable-rofiles-fuse, fuse"
|
||||
PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux"
|
||||
PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user