cyassl: add recipe
authorlchristina26 <lchristina26@hotmail.com>
Wed, 13 Aug 2014 21:47:52 +0000 (15:47 -0600)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:41:36 +0000 (08:41 -0800)
(From meta-openembedded rev: 5f532a928c7df863a3f0d32db3918c8f7d227e2b)

Signed-off-by: Leah Thompson <lchristina26@hotmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb [new file with mode: 0644]

diff --git a/meta-openembedded/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb b/meta-openembedded/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
new file mode 100644 (file)
index 0000000..e3edab6
--- /dev/null
@@ -0,0 +1,17 @@
+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