All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH v2] curl: enable ssl support
Date: Tue, 12 Jun 2012 16:36:29 +0100	[thread overview]
Message-ID: <1339515389.8065.15.camel@ted> (raw)
In-Reply-To: <1339514135-23891-1-git-send-email-sgw@linux.intel.com>

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@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"
> +DEPENDS_virtclass-native = "zlib-native openssl"

openssl-native?

> +DEPENDS_virtclass-nativesdk = "zlib-nativesdk openssl"

openssl-nativesdk?

Cheers,

Richard




  reply	other threads:[~2012-06-12 15:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-12 15:15 [PATCH v2] curl: enable ssl support Saul Wold
2012-06-12 15:36 ` Richard Purdie [this message]
2012-06-12 15:44   ` Andreas Oberritter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1339515389.8065.15.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.