aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.3.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-01-06 05:54:57 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-06 19:22:26 -0800
commit65c38c877d351b1bb5f010281b9325ac5a0064e6 (patch)
tree30fe44be039042c452ec86665e9589656326f8d4 /meta-networking/recipes-connectivity/wolfssl/wolfssl_4.3.0.bb
parent05c160b6452c3f0d0078c9bd0319e7aaed566a0a (diff)
downloadmeta-openembedded-contrib-65c38c877d351b1bb5f010281b9325ac5a0064e6.tar.gz
wolfssl: upgrade 4.2.0 -> 4.3.0
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/wolfssl/wolfssl_4.3.0.bb')
-rw-r--r--meta-networking/recipes-connectivity/wolfssl/wolfssl_4.3.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.3.0.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.3.0.bb
new file mode 100644
index 0000000000..a6c8cd09c4
--- /dev/null
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.3.0.bb
@@ -0,0 +1,21 @@
+SUMMARY = "wolfSSL Lightweight Embedded SSL/TLS Library"
+DESCRIPTION = "wolfSSL, formerly CyaSSL, is a lightweight SSL library written \
+ in C and optimized for embedded and RTOS environments. It can \
+ be up to 20 times smaller than OpenSSL while still supporting \
+ a full TLS client and server, up to TLS 1.3"
+HOMEPAGE = "https://www.wolfssl.com/products/wolfssl"
+BUGTRACKER = "https://github.com/wolfssl/wolfssl/issues"
+SECTION = "libs"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+PROVIDES += "cyassl"
+RPROVIDES_${PN} = "cyassl"
+
+SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https"
+SRCREV = "3f13b49fa318fbd3216d7da36d942e7c276d3413"
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+BBCLASSEXTEND += "native nativesdk"