diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2023-10-27 10:13:52 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-27 08:28:49 -0700 |
commit | 6451e58cf0fde018a20668398264ff06f80fd4fb (patch) | |
tree | 216965d76a2e2f57b79379649062bc33052e774d /meta-oe/recipes-extended/ostree | |
parent | 1f8808c22a29a35eb183250267df1e1010979641 (diff) | |
download | meta-openembedded-6451e58cf0fde018a20668398264ff06f80fd4fb.tar.gz |
ostree: add ed25519-openssl
Upstream reference:
https://github.com/ostreedev/ostree/commit/7b85adfbbd97054e4b14ca4365c11fbadf97c70c
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
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_2023.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2023.6.bb b/meta-oe/recipes-extended/ostree/ostree_2023.6.bb index 264440d235..e1172a5790 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2023.6.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2023.6.bb | |||
@@ -73,6 +73,7 @@ PACKAGECONFIG[builtin-grub2-mkconfig] = "--with-builtin-grub2-mkconfig, --withou | |||
73 | PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl" | 73 | PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl" |
74 | PACKAGECONFIG[dracut] = "--with-dracut, --without-dracut" | 74 | PACKAGECONFIG[dracut] = "--with-dracut, --without-dracut" |
75 | PACKAGECONFIG[ed25519-libsodium] = "--with-ed25519-libsodium, --without-ed25519-libsodium, libsodium" | 75 | PACKAGECONFIG[ed25519-libsodium] = "--with-ed25519-libsodium, --without-ed25519-libsodium, libsodium" |
76 | PACKAGECONFIG[ed25519-openssl] = "--with-openssl, --without-openssl, openssl" | ||
76 | PACKAGECONFIG[gjs] = "ac_cv_path_GJS=${bindir}/gjs" | 77 | PACKAGECONFIG[gjs] = "ac_cv_path_GJS=${bindir}/gjs" |
77 | PACKAGECONFIG[glib] = "--with-crypto=glib, , , , , gnutls openssl" | 78 | PACKAGECONFIG[glib] = "--with-crypto=glib, , , , , gnutls openssl" |
78 | PACKAGECONFIG[gnutls] = "--with-crypto=gnutls, , gnutls, , , glib openssl" | 79 | PACKAGECONFIG[gnutls] = "--with-crypto=gnutls, , gnutls, , , glib openssl" |