summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/stunnel/stunnel_5.77.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/stunnel/stunnel_5.77.bb')
-rw-r--r--meta-networking/recipes-support/stunnel/stunnel_5.77.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.77.bb b/meta-networking/recipes-support/stunnel/stunnel_5.77.bb
deleted file mode 100644
index 954fa896ba..0000000000
--- a/meta-networking/recipes-support/stunnel/stunnel_5.77.bb
+++ /dev/null
@@ -1,32 +0,0 @@
1SUMMARY = "Program for providing universal TLS/SSL tunneling service"
2DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server."
3HOMEPAGE = "https://www.stunnel.org/"
4SECTION = "net"
5LICENSE = "GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://COPYING.md;md5=1e4388407e163ad0cde171362f9a7b94"
7
8DEPENDS = "autoconf-archive libnsl2 openssl"
9
10SRC_URI = "https://stunnel.org/archive/5.x/${BP}.tar.gz \
11 file://fix-openssl-no-des.patch \
12"
13
14SRC_URI[sha256sum] = "ec026f4fae4e0d25b940cc7a9451d925e359e7fd59e9edad20baea66ce45f263"
15
16inherit autotools bash-completion pkgconfig
17
18PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)}"
19
20PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
21PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
22
23EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
24
25# When cross compiling, configure defaults to nobody, but provides no option to change it.
26EXTRA_OEMAKE += "DEFAULT_GROUP='nogroup'"
27
28# stunnel3 is a Perl wrapper to allow use of the legacy stunnel 3.x commandline
29# syntax with stunnel >= 4.05
30PACKAGES =+ "stunnel3"
31FILES:stunnel3 = "${bindir}/stunnel3"
32RDEPENDS:stunnel3 += "${PN} perl"