* [Buildroot] [PATCH 1/1] package/glib-networking: select openssl if gnutls is not enabled
@ 2019-07-14 22:51 Fabrice Fontaine
2019-07-18 20:48 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-07-14 22:51 UTC (permalink / raw)
To: buildroot
Fixes:
- http://autobuild.buildroot.org/results/385ab1e09f821facc3d97b7dda6bd8d4a2c98eb5
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/glib-networking/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/glib-networking/Config.in b/package/glib-networking/Config.in
index ec2962392c..004f82222c 100644
--- a/package/glib-networking/Config.in
+++ b/package/glib-networking/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_GLIB_NETWORKING
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
depends on BR2_USE_MMU # glib2
select BR2_PACKAGE_LIBGLIB2
+ select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
help
Network-related GIO modules for glib.
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/glib-networking: select openssl if gnutls is not enabled
2019-07-14 22:51 [Buildroot] [PATCH 1/1] package/glib-networking: select openssl if gnutls is not enabled Fabrice Fontaine
@ 2019-07-18 20:48 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-07-18 20:48 UTC (permalink / raw)
To: buildroot
On Mon, 15 Jul 2019 00:51:00 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Fixes:
> - http://autobuild.buildroot.org/results/385ab1e09f821facc3d97b7dda6bd8d4a2c98eb5
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/glib-networking/Config.in | 1 +
> 1 file changed, 1 insertion(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-07-18 20:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-14 22:51 [Buildroot] [PATCH 1/1] package/glib-networking: select openssl if gnutls is not enabled Fabrice Fontaine
2019-07-18 20:48 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox