diff options
author | lchristina26 <lchristina26@hotmail.com> | 2014-12-22 14:29:06 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-05 13:25:12 +0100 |
commit | 25daf5fc3d22d31220506ec2667681256e643c76 (patch) | |
tree | 067b5bbdf22acc7551e9d8144e09c865fdb16905 | |
parent | 059d18c6eb1ca07b82691e48d311239397b434f8 (diff) | |
download | meta-openembedded-25daf5fc3d22d31220506ec2667681256e643c76.tar.gz |
cyassl: add version 3.3.0, remove version 3.1.0
Signed-off-by: Leah <lchristina26@hotmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb (renamed from meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb index e3edab6f1d..b6f852dc2a 100644 --- a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb +++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.3.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SUMMARY = "CyaSSL Embedded SSL Library" | 1 | SUMMARY = "CyaSSL Lightweight, Embedded SSL Library" |
2 | DESCRIPTION = "CyaSSL is a lightweight SSL library written in C and \ | 2 | DESCRIPTION = "CyaSSL is a lightweight SSL library written in C and \ |
3 | optimized for embedded and RTOS environments. It can be \ | 3 | optimized for embedded and RTOS environments. It can be \ |
4 | Up to 20 times smaller than OpenSSL while still supporting \ | 4 | Up to 20 times smaller than OpenSSL while still supporting \ |
@@ -11,7 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
11 | 11 | ||
12 | SRC_URI = "http://www.yassl.com/${BP}.zip" | 12 | SRC_URI = "http://www.yassl.com/${BP}.zip" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "72477eb50697e759d309c49cb1aef18a" | 14 | SRC_URI[md5sum] = "0303eb0f2f9065a1207d9104ab0eba7c" |
15 | SRC_URI[sha256sum] = "85a79009d2a7468910dfb1e4b975e0b00a42c695f4f1a2adc16d2507b5d0b03e" | 15 | SRC_URI[sha256sum] = "e51583ea1e4d64537553922d67a96360312811dffef58d4c05506aa98a296fe3" |
16 | 16 | ||
17 | inherit autotools | 17 | inherit autotools |
18 | |||