meta-arago.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [dunfell/master] [PATCH] meta-arago-distro: drop custom PACKAGECONFIG option for curl
@ 2022-05-09 14:13 Anand Gadiyar
  0 siblings, 0 replies; only message in thread
From: Anand Gadiyar @ 2022-05-09 14:13 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

These options have the unfortunate side effect of disabling proxy
support and verbose debug. This affects git clone while behind a proxy.

There's probably no need to have these options any more and we can use
the default yocto recipe.

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 67468cc0..36a527e3 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -136,9 +136,6 @@ PACKAGECONFIG_append_pn-qtsvg = " examples"
 PACKAGECONFIG_append_pn-qtwayland = " examples"
 PACKAGECONFIG_append_pn-qtwebengine = " examples"
 
-# Prefer OpenSSL over GnuTLS for curl due to TSU exemptions
-PACKAGECONFIG_pn-curl = "${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)} ssl zlib"
-
 PACKAGECONFIG_pn-glmark2 = "drm-gles2 wayland-gles2"
 
 # Enable encryption support in open62541
-- 
2.17.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-09 14:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 14:13 [dunfell/master] [PATCH] meta-arago-distro: drop custom PACKAGECONFIG option for curl Anand Gadiyar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).