aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorlchristina26 <lchristina26@hotmail.com>2015-03-18 12:40:14 -0600
committerJoe MacDonald <joe_macdonald@mentor.com>2015-04-15 10:23:49 -0400
commitc667c7dc68caa9033f43869815a34b944b8ad2e7 (patch)
treecfa7ea3fdb22d0772850f969f46895d427ca0684 /meta-networking
parent71cf57715f3e847fad339adcfdaeab511d42d2f7 (diff)
downloadmeta-openembedded-contrib-c667c7dc68caa9033f43869815a34b944b8ad2e7.tar.gz
wolfssl: change name from cyassl to wolfssl, update to version 3.4.0
CyaSSL is now called wolfSSL. Recipe updates included RPROVIDE and PROVIDE lines, with updates to sha/md5 sums. Signed-off-by: lchristina26 <leah@wolfssl.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb18
-rw-r--r--meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb21
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 b6f852dc2a..0000000000
--- a/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "CyaSSL Lightweight, Embedded SSL Library"
-DESCRIPTION = "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 1.2 client and server."
-HOMEPAGE = "http://www.yassl.com/yaSSL/Products-cyassl.html"
-BUGTRACKER = "http://github.com/cyassl/cyassl/issues"
-SECTION = "libs/network"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-
-SRC_URI = "http://www.yassl.com/${BP}.zip"
-
-SRC_URI[md5sum] = "0303eb0f2f9065a1207d9104ab0eba7c"
-SRC_URI[sha256sum] = "e51583ea1e4d64537553922d67a96360312811dffef58d4c05506aa98a296fe3"
-
-inherit autotools
-
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 0000000000..2366fb15e2
--- /dev/null
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb
@@ -0,0 +1,21 @@
+SUMMARY = "wolfSSL Lightweight, Embedded SSL 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 1.2 client and server."
+HOMEPAGE = "http://www.wolfssl.com/yaSSL/Products-wolfssl.html"
+BUGTRACKER = "http://github.com/wolfssl/wolfssl/issues"
+SECTION = "libs/network"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+PROVIDES += "cyassl"
+RPROVIDES_${PN} = "cyassl"
+
+SRC_URI = "http://www.wolfssl.com/${BP}.zip"
+
+SRC_URI[md5sum] = "ec6ed4c5847454ac928215a46b3e0c33"
+SRC_URI[sha256sum] = "bc49a142c17b1e52a126417e5d7cbadcb7f18f5c81e446c12e214483395159ea"
+
+inherit autotools
+