From c667c7dc68caa9033f43869815a34b944b8ad2e7 Mon Sep 17 00:00:00 2001 From: lchristina26 Date: Wed, 18 Mar 2015 12:40:14 -0600 Subject: 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 Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- .../recipes-connectivity/wolfssl/wolfssl_3.4.0.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb (limited to 'meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb') 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 + -- cgit 1.2.3-korg