All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] cups: Turn gnutls into a packageconfig knob
@ 2021-04-18  8:16 Khem Raj
  2021-04-18  8:16 ` [PATCH 2/6] glib-networking: Prefer openssl backend instead of gnutls Khem Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Khem Raj @ 2021-04-18  8:16 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

Disable it by default

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-extended/cups/cups.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 244c87001f..9faac08104 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -6,7 +6,7 @@ document types."
 HOMEPAGE = "https://www.cups.org/"
 SECTION = "console/utils"
 LICENSE = "Apache-2.0"
-DEPENDS = "gnutls libpng jpeg dbus zlib libusb1"
+DEPENDS = "libpng jpeg dbus zlib libusb1"
 
 SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.tar.gz \
            file://0001-use-echo-only-in-init.patch \
@@ -43,12 +43,12 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi',
                    ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}"
 PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"
 PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl"
+PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls"
 PACKAGECONFIG[pam] = "--enable-pam --with-pam-module=unix, --disable-pam, libpam"
 PACKAGECONFIG[systemd] = "--with-systemd=${systemd_system_unitdir},--without-systemd,systemd"
 PACKAGECONFIG[xinetd] = "--with-xinetd=${sysconfdir}/xinetd.d,--without-xinetd,xinetd"
 
 EXTRA_OECONF = " \
-               --enable-gnutls \
                --enable-dbus \
                --enable-browsing \
                --disable-gssapi \
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-04-19  5:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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   ` [OE-core] " Armin Kuster
2021-04-18 22:10     ` 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

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.