diff options
| -rw-r--r-- | meta/recipes-support/curl/curl_7.37.1.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-support/curl/curl_7.37.1.bb b/meta/recipes-support/curl/curl_7.37.1.bb index e51e06d522..4b7f9ec922 100644 --- a/meta/recipes-support/curl/curl_7.37.1.bb +++ b/meta/recipes-support/curl/curl_7.37.1.bb | |||
| @@ -25,7 +25,7 @@ PACKAGECONFIG_class-nativesdk = "ipv6 ssl zlib" | |||
| 25 | 25 | ||
| 26 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 26 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
| 27 | PACKAGECONFIG[ssl] = "--with-ssl,--without-ssl,openssl" | 27 | PACKAGECONFIG[ssl] = "--with-ssl,--without-ssl,openssl" |
| 28 | PACKAGECONFIG[gnutls] = "--with-gnutls=${STAGING_LIBDIR}/../,--without-gnutls,gnutls" | 28 | PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" |
| 29 | PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" | 29 | PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" |
| 30 | 30 | ||
| 31 | EXTRA_OECONF = "--without-libssh2 \ | 31 | EXTRA_OECONF = "--without-libssh2 \ |
| @@ -37,10 +37,6 @@ EXTRA_OECONF = "--without-libssh2 \ | |||
| 37 | --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \ | 37 | --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \ |
| 38 | " | 38 | " |
| 39 | 39 | ||
| 40 | do_configure_prepend() { | ||
| 41 | sed -i s:OPT_GNUTLS/bin:OPT_GNUTLS:g ${S}/configure.ac | ||
| 42 | } | ||
| 43 | |||
| 44 | do_install_append() { | 40 | do_install_append() { |
| 45 | oe_multilib_header curl/curlbuild.h | 41 | oe_multilib_header curl/curlbuild.h |
| 46 | } | 42 | } |
