summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.5.bb')
-rw-r--r--meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.5.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.5.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.5.bb
new file mode 100644
index 000000000..37ba4aa32
--- /dev/null
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.5.bb
@@ -0,0 +1,21 @@
1SUMMARY = "wolfSSL Lightweight Embedded SSL/TLS Library"
2DESCRIPTION = "wolfSSL, formerly CyaSSL, is a lightweight SSL library written \
3 in C and optimized for embedded and RTOS environments. It can \
4 be up to 20 times smaller than OpenSSL while still supporting \
5 a full TLS client and server, up to TLS 1.3"
6HOMEPAGE = "https://www.wolfssl.com/products/wolfssl"
7BUGTRACKER = "https://github.com/wolfssl/wolfssl/issues"
8SECTION = "libs"
9LICENSE = "GPLv2"
10LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
11
12PROVIDES += "cyassl"
13RPROVIDES_${PN} = "cyassl"
14
15SRC_URI[md5sum] = "bc2dff70ba6e91aa3748d36ae6c6bc3d"
16SRC_URI[sha256sum] = "f6c04c25355b340373931f43f8041b3cef78b61122e8a8edf9ee63c07b7a58be"
17SRC_URI = "https://www.wolfssl.com/wolfssl-3.15.5.zip"
18
19inherit autotools
20
21BBCLASSEXTEND += "native nativesdk"