summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/stunnel/stunnel_5.35.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/stunnel/stunnel_5.35.bb')
-rw-r--r--meta-networking/recipes-support/stunnel/stunnel_5.35.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.35.bb b/meta-networking/recipes-support/stunnel/stunnel_5.35.bb
deleted file mode 100644
index 427c8dd7b..000000000
--- a/meta-networking/recipes-support/stunnel/stunnel_5.35.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1SUMMARY = "Program for providing universal TLS/SSL tunneling service"
2HOMEPAGE = "http://www.stunnel.org/"
3DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server."
4SECTION = "net"
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=866cdc7459d91e092b174388fab8d283"
7DEPENDS = "openssl zlib tcp-wrappers"
8
9RDEPENDS_${PN} += "perl"
10
11SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz \
12 file://fix-openssl-no-des.patch \
13"
14
15SRC_URI[md5sum] = "9079f5fafbccaf88b7d92b227d78249a"
16SRC_URI[sha256sum] = "ffa386ae4c825f35f35157c285e7402a6d58779ad8c3822f74a9d355b54aba1d"
17
18inherit autotools
19
20EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
21# When cross compiling, configure defaults to nobody, but provides no option to change it.
22EXTRA_OEMAKE += "DEFAULT_GROUP='nogroup'"
23
24PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)}"
25PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
26PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"