mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
71cf57715f
commit
c667c7dc68
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user