[OE-core] [PATCH v2] curl: enable ssl support

Andreas Oberritter obi at opendreambox.org
Tue Jun 12 15:44:32 UTC 2012


On 12.06.2012 17:36, Richard Purdie wrote:
> On Tue, 2012-06-12 at 08:15 -0700, Saul Wold wrote:
>> This patch enables ssl support for curl to allow git to clone from
>> https / ssl sites.
>>
>> [YOCTO #2532]
>>
>> Signed-off-by: Saul Wold <sgw at linux.intel.com>
>> ---
>>  meta/recipes-support/curl/curl_7.24.0.bb |   10 +++++-----
>>  1 files changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/meta/recipes-support/curl/curl_7.24.0.bb b/meta/recipes-support/curl/curl_7.24.0.bb
>> index 12e95c9..0a16750 100644
>> --- a/meta/recipes-support/curl/curl_7.24.0.bb
>> +++ b/meta/recipes-support/curl/curl_7.24.0.bb
>> @@ -5,10 +5,10 @@ SECTION = "console/network"
>>  LICENSE = "MIT"
>>  LIC_FILES_CHKSUM = "file://COPYING;beginline=7;md5=3a34942f4ae3fbf1a303160714e664ac"
>>  
>> -DEPENDS = "zlib gnutls"
>> -DEPENDS_virtclass-native = "zlib-native"
>> -DEPENDS_virtclass-nativesdk = "zlib-nativesdk"
>> -PR = "r0"
>> +DEPENDS = "zlib gnutls openssl"

Doesn't gnutls already provide the necessary bits to support SSL in curl?

>> +DEPENDS_virtclass-native = "zlib-native openssl"
> 
> openssl-native?

Or gnutls-native? Or just remove DEPENDS_virtclass-*?

Regards,
Andreas




More information about the Openembedded-core mailing list