All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Armin Kuster" <akuster808@gmail.com>
To: Khem Raj <raj.khem@gmail.com>, openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 3/6] wpa-supplicant: Enable openssl
Date: Sun, 18 Apr 2021 15:03:55 -0700	[thread overview]
Message-ID: <6c865d2c-240d-0fe0-ed32-b8976a792ee2@gmail.com> (raw)
In-Reply-To: <20210418081634.3169548-3-raj.khem@gmail.com>



On 4/18/21 1:16 AM, Khem Raj wrote:
> Use openSSL for TLS/SSL implementation

I wonder if leveraging the "virtual" framework might work here so that
openssl, gnutls or wolfssl (whatever)  would trickle down and use the
same TLS/SSl package evenly across all recipes in a single image?

-armin
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb
> index cddcfb6811..16c5918522 100644
> --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb
> +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb
> @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=279b4f5abb9c153c285221855ddb78cc \
>  DEPENDS = "dbus libnl"
>  RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli"
>  
> -PACKAGECONFIG ??= "gnutls"
> +PACKAGECONFIG ??= "openssl"
>  PACKAGECONFIG[gnutls] = ",,gnutls libgcrypt"
>  PACKAGECONFIG[openssl] = ",,openssl"
>  
>
> 
>


  reply	other threads:[~2021-04-18 22:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-18  8:16 [PATCH 1/6] cups: Turn gnutls into a packageconfig knob Khem Raj
2021-04-18  8:16 ` [PATCH 2/6] glib-networking: Prefer openssl backend instead of gnutls Khem Raj
2021-04-18  8:16 ` [PATCH 3/6] wpa-supplicant: Enable openssl Khem Raj
2021-04-18 22:03   ` Armin Kuster [this message]
2021-04-18 22:10     ` [OE-core] " Richard Purdie
2021-04-19  5:19       ` Khem Raj
2021-04-18  8:16 ` [PATCH 4/6] curl: Use openssl backend Khem Raj
2021-04-18  8:16 ` [PATCH 5/6] gstreamer1.0-plugins-bad: Add packageconfigs for hls crypto backends Khem Raj
2021-04-18  8:16 ` [PATCH 6/6] libpsl: Add config knobs for runtime/builtin conversion choices Khem Raj

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=6c865d2c-240d-0fe0-ed32-b8976a792ee2@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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.