From: akuster808 <akuster808@gmail.com>
To: Martin Jansa <martin.jansa@gmail.com>,
openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] glib-networking: add PACKAGECONFIG for openssl
Date: Fri, 10 May 2019 15:13:48 -0700 [thread overview]
Message-ID: <283277a6-b6d3-a1c8-b0dc-cd4e37232fc5@gmail.com> (raw)
In-Reply-To: <20190510215500.18914-1-Martin.Jansa@gmail.com>
should we change the default to openssl ?
- armin
On 5/10/19 2:55 PM, Martin Jansa wrote:
> * gnutls from meta-gplv2 isn't new enough for this version of glib-networking:
> meson.build:74:0: ERROR: Invalid version of dependency, need 'gnutls' ['>= 3.4.6'] found '3.3.30'
>
> * disabling gnutls PACKAGECONFIG isn't an option either:
> meson.build:131:2: ERROR: Problem encountered: No TLS backends enabled. Please enable at least one TLS backend
>
> * add an option to replace gnutls with openssl
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
> meta/recipes-core/glib-networking/glib-networking_2.60.1.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-core/glib-networking/glib-networking_2.60.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.60.1.bb
> index 09af229d69..e2b4cffb2b 100644
> --- a/meta/recipes-core/glib-networking/glib-networking_2.60.1.bb
> +++ b/meta/recipes-core/glib-networking/glib-networking_2.60.1.bb
> @@ -15,6 +15,7 @@ SRC_URI[archive.sha256sum] = "d71c6b2faa5ac29100314f08a1be020a2afd0291f025614c0a
> PACKAGECONFIG ??= "gnutls"
>
> PACKAGECONFIG[gnutls] = "-Dgnutls=enabled,-Dgnutls=disabled,gnutls"
> +PACKAGECONFIG[openssl] = "-Dopenssl=enabled,-Dopenssl=disabled,openssl"
> PACKAGECONFIG[libproxy] = "-Dlibproxy=enabled,-Dlibproxy=disabled,libproxy"
>
> EXTRA_OEMESON = "-Dgnome_proxy=disabled"
next prev parent reply other threads:[~2019-05-10 22:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-10 21:55 [PATCH] glib-networking: add PACKAGECONFIG for openssl Martin Jansa
2019-05-10 22:13 ` akuster808 [this message]
2019-05-10 22:16 ` Khem Raj
2019-05-10 23:00 ` Andre McCurdy
2019-05-10 23:54 ` Khem Raj
2019-05-11 1:04 ` Martin Jansa
2019-05-11 1:17 ` Joshua Watt
2019-05-11 7:20 ` Adrian Bunk
2019-05-11 13:25 ` Joshua Watt
2019-05-11 6:58 ` Adrian Bunk
2019-05-14 12:02 ` Martin Jansa
2019-05-21 12:27 ` Martin Jansa
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=283277a6-b6d3-a1c8-b0dc-cd4e37232fc5@gmail.com \
--to=akuster808@gmail.com \
--cc=martin.jansa@gmail.com \
--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.