summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2014-08-13 00:36:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-15 18:21:51 +0100
commit295ce4ac8deb37b54f6cb2ddcf2ce67a0d7cda62 (patch)
treee4e22831e974a4d864ad471964dbccb5aafdfe31 /meta/recipes-support/curl
parentc076959b3c7b82ac8e499de51e37dd83263029d1 (diff)
downloadpoky-295ce4ac8deb37b54f6cb2ddcf2ce67a0d7cda62.tar.gz
curl: --with-random is only applicable with openssl
(From OE-Core rev: 482493b54d97c455bf4849efed3e543340412d7b) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl')
-rw-r--r--meta/recipes-support/curl/curl_7.37.1.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.37.1.bb b/meta/recipes-support/curl/curl_7.37.1.bb
index 4b7f9ec922..8bcd9bae7c 100644
--- a/meta/recipes-support/curl/curl_7.37.1.bb
+++ b/meta/recipes-support/curl/curl_7.37.1.bb
@@ -24,12 +24,11 @@ PACKAGECONFIG_class-native = "ipv6 ssl zlib"
24PACKAGECONFIG_class-nativesdk = "ipv6 ssl zlib" 24PACKAGECONFIG_class-nativesdk = "ipv6 ssl zlib"
25 25
26PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," 26PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
27PACKAGECONFIG[ssl] = "--with-ssl,--without-ssl,openssl" 27PACKAGECONFIG[ssl] = "--with-ssl --with-random=/dev/urandom,--without-ssl,openssl"
28PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" 28PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls"
29PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" 29PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib"
30 30
31EXTRA_OECONF = "--without-libssh2 \ 31EXTRA_OECONF = "--without-libssh2 \
32 --with-random=/dev/urandom \
33 --without-libidn \ 32 --without-libidn \
34 --enable-crypto-auth \ 33 --enable-crypto-auth \
35 --disable-ldap \ 34 --disable-ldap \