[oe-commits] lchristina26 : add cyassl to meta-networking/recipes-connectivity

git at git.openembedded.org git at git.openembedded.org
Thu Aug 14 08:46:00 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 93a0e201b11a7feb4d978f72cddde1bd79d45735
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=93a0e201b11a7feb4d978f72cddde1bd79d45735

Author: lchristina26 <lchristina26 at hotmail.com>
Date:   Wed Aug 13 15:47:52 2014 -0600

add cyassl to meta-networking/recipes-connectivity

Signed-off-by: Leah Thompson <lchristina26 at hotmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-connectivity/cyassl/cyassl_3.1.0.bb        | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
new file mode 100644
index 0000000..0c0cac2
--- /dev/null
+++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
@@ -0,0 +1,18 @@
+SUMMARY = "CyaSSL 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] = "72477eb50697e759d309c49cb1aef18a"
+SRC_URI[sha256sum] = "85a79009d2a7468910dfb1e4b975e0b00a42c695f4f1a2adc16d2507b5d0b03e"
+
+inherit autotools
+



More information about the Openembedded-commits mailing list