summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.14.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/wolfssl/wolfssl_3.14.4.bb')
-rw-r--r--meta-networking/recipes-connectivity/wolfssl/wolfssl_3.14.4.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.14.4.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.14.4.bb
deleted file mode 100644
index dc9094d8b..000000000
--- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.14.4.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1SUMMARY = "wolfSSL Lightweight, Embedded SSL Library"
2DESCRIPTION = "wolfSSL, formerly CyaSSL, is a lightweight SSL library written in C and \
3 optimized for embedded and RTOS environments. It can be \
4 Up to 20 times smaller than OpenSSL while still supporting \
5 a full TLS 1.2 client and server."
6HOMEPAGE = "http://www.wolfssl.com/yaSSL/Products-wolfssl.html"
7BUGTRACKER = "http://github.com/wolfssl/wolfssl/issues"
8SECTION = "libs"
9LICENSE = "GPLv2"
10LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
11
12PROVIDES += "cyassl"
13RPROVIDES_${PN} = "cyassl"
14
15S = "${WORKDIR}/git"
16SRCREV = "1196a3b64d9fabffc8273b87f6f69ac0e75d2eb7"
17SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https; \
18 file://0001-fix-no-rule-to-make-cyassl-options.h.patch \
19 "
20
21inherit autotools
22
23PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
24PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"