diff options
| author | Chris Conlon <ccflyer@gmail.com> | 2018-12-06 13:26:29 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-12-06 17:06:39 -0800 |
| commit | 5f9bcfcd3b9159eb09b7ba9b1821ab76b5116d85 (patch) | |
| tree | 5155c8a4b034613725afe7072a67de73b6ac797e /meta-networking/recipes-connectivity/wolfssl/wolfssl_3.14.4.bb | |
| parent | 0bb29681c49516d83a448dae383d7870e265805d (diff) | |
| download | meta-openembedded-5f9bcfcd3b9159eb09b7ba9b1821ab76b5116d85.tar.gz | |
wolfssl: Update version to 3.15.5
This patch updates wolfSSL to the current 3.15.5 version. It removes a previous
patch for generating cyassl/options.h, as wolfSSL proper now does that as part
of the Autoconf configure step. It also removes the ipv6 PACKAGECONFIG usage.
wolfSSL is IP neutral and the --enable-ipv6 configure option only affects
the wolfSSL example client/server. As these examples are not compiled as part
of this recipe, the PACKAGECONFIG is unnecessary.
Signed-off-by: Chris Conlon <chris@wolfssl.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.bb | 24 |
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 dc9094d8bf..0000000000 --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.14.4.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | SUMMARY = "wolfSSL Lightweight, Embedded SSL Library" | ||
| 2 | DESCRIPTION = "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." | ||
| 6 | HOMEPAGE = "http://www.wolfssl.com/yaSSL/Products-wolfssl.html" | ||
| 7 | BUGTRACKER = "http://github.com/wolfssl/wolfssl/issues" | ||
| 8 | SECTION = "libs" | ||
| 9 | LICENSE = "GPLv2" | ||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 11 | |||
| 12 | PROVIDES += "cyassl" | ||
| 13 | RPROVIDES_${PN} = "cyassl" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | SRCREV = "1196a3b64d9fabffc8273b87f6f69ac0e75d2eb7" | ||
| 17 | SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https; \ | ||
| 18 | file://0001-fix-no-rule-to-make-cyassl-options.h.patch \ | ||
| 19 | " | ||
| 20 | |||
| 21 | inherit autotools | ||
| 22 | |||
| 23 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | ||
| 24 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||
