diff options
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb | 18 | ||||
-rw-r--r-- | meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb | 21 |
2 files changed, 21 insertions, 18 deletions
diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb deleted file mode 100644 index b6f852dc2..000000000 --- a/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | SUMMARY = "CyaSSL Lightweight, Embedded SSL Library" | ||
2 | DESCRIPTION = "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.yassl.com/yaSSL/Products-cyassl.html" | ||
7 | BUGTRACKER = "http://github.com/cyassl/cyassl/issues" | ||
8 | SECTION = "libs/network" | ||
9 | LICENSE = "GPLv2" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
11 | |||
12 | SRC_URI = "http://www.yassl.com/${BP}.zip" | ||
13 | |||
14 | SRC_URI[md5sum] = "0303eb0f2f9065a1207d9104ab0eba7c" | ||
15 | SRC_URI[sha256sum] = "e51583ea1e4d64537553922d67a96360312811dffef58d4c05506aa98a296fe3" | ||
16 | |||
17 | inherit autotools | ||
18 | |||
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb new file mode 100644 index 000000000..2366fb15e --- /dev/null +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb | |||
@@ -0,0 +1,21 @@ | |||
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/network" | ||
9 | LICENSE = "GPLv2" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
11 | |||
12 | PROVIDES += "cyassl" | ||
13 | RPROVIDES_${PN} = "cyassl" | ||
14 | |||
15 | SRC_URI = "http://www.wolfssl.com/${BP}.zip" | ||
16 | |||
17 | SRC_URI[md5sum] = "ec6ed4c5847454ac928215a46b3e0c33" | ||
18 | SRC_URI[sha256sum] = "bc49a142c17b1e52a126417e5d7cbadcb7f18f5c81e446c12e214483395159ea" | ||
19 | |||
20 | inherit autotools | ||
21 | |||