summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl_7.26.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/curl/curl_7.26.0.bb')
-rw-r--r--meta/recipes-support/curl/curl_7.26.0.bb12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta/recipes-support/curl/curl_7.26.0.bb b/meta/recipes-support/curl/curl_7.26.0.bb
index f04b4008d6..418e29ca8f 100644
--- a/meta/recipes-support/curl/curl_7.26.0.bb
+++ b/meta/recipes-support/curl/curl_7.26.0.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=7;md5=3a34942f4ae3fbf1a303160714e66
8DEPENDS = "zlib gnutls" 8DEPENDS = "zlib gnutls"
9DEPENDS_virtclass-native = "zlib-native openssl-native" 9DEPENDS_virtclass-native = "zlib-native openssl-native"
10DEPENDS_virtclass-nativesdk = "zlib-nativesdk" 10DEPENDS_virtclass-nativesdk = "zlib-nativesdk"
11PR = "r0" 11PR = "r1"
12 12
13SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ 13SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
14 file://pkgconfig_fix.patch" 14 file://pkgconfig_fix.patch"
@@ -20,11 +20,13 @@ inherit autotools pkgconfig binconfig
20 20
21EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \ 21EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \
22 --without-libssh2 \ 22 --without-libssh2 \
23 --with-random=/dev/urandom \ 23 --with-random=/dev/urandom \
24 --without-libidn \ 24 --without-libidn \
25 --enable-crypto-auth \ 25 --enable-crypto-auth \
26 --disable-ldap \
27 --disable-ldaps \
26 ${CURLGNUTLS} \ 28 ${CURLGNUTLS} \
27 " 29 "
28 30
29CURLGNUTLS = " --with-gnutls=${STAGING_LIBDIR}/../ --without-ssl" 31CURLGNUTLS = " --with-gnutls=${STAGING_LIBDIR}/../ --without-ssl"
30CURLGNUTLS_virtclass-native = "--without-gnutls --with-ssl" 32CURLGNUTLS_virtclass-native = "--without-gnutls --with-ssl"