diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2014-08-13 00:36:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:19:53 +0100 |
commit | 482493b54d97c455bf4849efed3e543340412d7b (patch) | |
tree | de83a25ac78561b5836df9ce27e5612f72c25517 | |
parent | 3682d661f3b3a6fa7d9ef37968746cbaf1ede078 (diff) | |
download | openembedded-core-482493b54d97c455bf4849efed3e543340412d7b.tar.gz openembedded-core-482493b54d97c455bf4849efed3e543340412d7b.tar.bz2 openembedded-core-482493b54d97c455bf4849efed3e543340412d7b.zip |
curl: --with-random is only applicable with openssl
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/curl/curl_7.37.1.bb | 3 |
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" PACKAGECONFIG_class-nativesdk = "ipv6 ssl zlib" PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," -PACKAGECONFIG[ssl] = "--with-ssl,--without-ssl,openssl" +PACKAGECONFIG[ssl] = "--with-ssl --with-random=/dev/urandom,--without-ssl,openssl" PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" EXTRA_OECONF = "--without-libssh2 \ - --with-random=/dev/urandom \ --without-libidn \ --enable-crypto-auth \ --disable-ldap \ |