[oe-commits] Rui Miguel Silva Seabra : curl: enable SSL for curl. Blessed by dos1.

git version control git at git.openembedded.org
Mon Aug 31 12:39:04 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 4e6b5c46d4389ade89e6692396a65f4e74f6e99d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4e6b5c46d4389ade89e6692396a65f4e74f6e99d

Author: Rui Miguel Silva Seabra <rms at 1407.org>
Date:   Mon Aug 31 14:38:16 2009 +0200

curl: enable SSL for curl. Blessed by dos1.

---

 recipes/curl/curl.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/curl/curl.inc b/recipes/curl/curl.inc
index d3edaef..26124f8 100644
--- a/recipes/curl/curl.inc
+++ b/recipes/curl/curl.inc
@@ -6,6 +6,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
            file://pkgconfig_fix.patch;patch=1"
 S = "${WORKDIR}/curl-${PV}"
 
+PR = "r1"
+
 CURL_FEATURES ?= "zlib,gnutls,cookies,crypto-auth,dict,file,ftp,http,telnet,tftp"
 # other allowed features: ipv6, ares
 
@@ -15,7 +17,6 @@ EXTRA_OECONF = " \
                 --without-libssh2 \
 		--with-random=/dev/urandom \
 		--without-libidn \
-                --without-ssl \
 		"
 
 python __anonymous() {





More information about the Openembedded-commits mailing list