[oe-commits] Andre McCurdy : curl: --with-random is only applicable with openssl

git at git.openembedded.org git at git.openembedded.org
Fri Aug 15 07:44:40 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 846896117c2b9d19aafe22f6d1c4b4f189598cd2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=846896117c2b9d19aafe22f6d1c4b4f189598cd2

Author: Andre McCurdy <armccurdy at gmail.com>
Date:   Wed Aug 13 00:36:55 2014 -0700

curl: --with-random is only applicable with openssl

Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/curl/curl_7.37.1.bb | 3 +--
 1 file changed, 1 insertion(+), 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 4b7f9ec..8bcd9ba 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 \



More information about the Openembedded-commits mailing list