summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/ostree
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2023-10-27 10:13:52 +0100
committerKhem Raj <raj.khem@gmail.com>2023-10-27 08:28:49 -0700
commit6451e58cf0fde018a20668398264ff06f80fd4fb (patch)
tree216965d76a2e2f57b79379649062bc33052e774d /meta-oe/recipes-extended/ostree
parent1f8808c22a29a35eb183250267df1e1010979641 (diff)
downloadmeta-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.bb1
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 264440d23..e1172a579 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
73PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl" 73PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl"
74PACKAGECONFIG[dracut] = "--with-dracut, --without-dracut" 74PACKAGECONFIG[dracut] = "--with-dracut, --without-dracut"
75PACKAGECONFIG[ed25519-libsodium] = "--with-ed25519-libsodium, --without-ed25519-libsodium, libsodium" 75PACKAGECONFIG[ed25519-libsodium] = "--with-ed25519-libsodium, --without-ed25519-libsodium, libsodium"
76PACKAGECONFIG[ed25519-openssl] = "--with-openssl, --without-openssl, openssl"
76PACKAGECONFIG[gjs] = "ac_cv_path_GJS=${bindir}/gjs" 77PACKAGECONFIG[gjs] = "ac_cv_path_GJS=${bindir}/gjs"
77PACKAGECONFIG[glib] = "--with-crypto=glib, , , , , gnutls openssl" 78PACKAGECONFIG[glib] = "--with-crypto=glib, , , , , gnutls openssl"
78PACKAGECONFIG[gnutls] = "--with-crypto=gnutls, , gnutls, , , glib openssl" 79PACKAGECONFIG[gnutls] = "--with-crypto=gnutls, , gnutls, , , glib openssl"