summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorFederico Pellegrin <fede@evolware.org>2023-02-09 17:03:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-09 13:19:02 +0000
commit3bfdb9bee01521fc5a7fc0770d2934e56adad4ab (patch)
tree43c7506f5f1247a3408c61b1fa9a3e6545e01bfe /meta/recipes-support
parent0c39653c05a19e09cb2ca89599064d68cc87797a (diff)
downloadpoky-3bfdb9bee01521fc5a7fc0770d2934e56adad4ab.tar.gz
curl: fix dependencies when building with ldap/ldaps
openldap is added as a dependency so the build will not fail, as otherwise ldap headers are not found during configure phase Note: due to upstream bug (now fixed) building LDAP/LDAPS support with minimal configurations can sometimes not work, see details at: https://github.com/curl/curl/pull/10445 (From OE-Core rev: e6a001c22ec1b0d5487027148dda099847474272) Signed-off-by: Federico Pellegrin <fede@evolware.org> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit a999f62f5692687a5557f7a50c7c768c50f3d7d3) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/curl/curl_7.82.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.82.0.bb b/meta/recipes-support/curl/curl_7.82.0.bb
index 13f157ead8..b08af29059 100644
--- a/meta/recipes-support/curl/curl_7.82.0.bb
+++ b/meta/recipes-support/curl/curl_7.82.0.bb
@@ -59,8 +59,8 @@ PACKAGECONFIG[gopher] = "--enable-gopher,--disable-gopher,"
59PACKAGECONFIG[imap] = "--enable-imap,--disable-imap," 59PACKAGECONFIG[imap] = "--enable-imap,--disable-imap,"
60PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," 60PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
61PACKAGECONFIG[krb5] = "--with-gssapi,--without-gssapi,krb5" 61PACKAGECONFIG[krb5] = "--with-gssapi,--without-gssapi,krb5"
62PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap," 62PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap,openldap"
63PACKAGECONFIG[ldaps] = "--enable-ldaps,--disable-ldaps," 63PACKAGECONFIG[ldaps] = "--enable-ldaps,--disable-ldaps,openldap"
64PACKAGECONFIG[libgsasl] = "--with-libgsasl,--without-libgsasl,libgsasl" 64PACKAGECONFIG[libgsasl] = "--with-libgsasl,--without-libgsasl,libgsasl"
65PACKAGECONFIG[libidn] = "--with-libidn2,--without-libidn2,libidn2" 65PACKAGECONFIG[libidn] = "--with-libidn2,--without-libidn2,libidn2"
66PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2" 66PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2"