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 <[email protected]> --- 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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13841): https://lists.yoctoproject.org/g/meta-arago/message/13841 Mute This Topic: https://lists.yoctoproject.org/mt/90990137/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
