All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] cyassl: version 3.2.0 release
@ 2014-09-15 22:00 lchristina26
  2014-09-16  1:00 ` Khem Raj
  2014-09-24 15:21 ` Martin Jansa
  0 siblings, 2 replies; 3+ messages in thread
From: lchristina26 @ 2014-09-15 22:00 UTC (permalink / raw)
  To: openembedded-devel

This release includes bug fixes and several new features
which we think will be beneficial to our user and customer base.

Signed-off-by: Leah Thompson <lchristina26@hotmail.com>
---
 .../recipes-connectivity/cyassl/cyassl_3.2.0.bb        | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-networking/recipes-connectivity/cyassl/cyassl_3.2.0.bb

diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.2.0.bb b/meta-networking/recipes-connectivity/cyassl/cyassl_3.2.0.bb
new file mode 100644
index 0000000..0c0cac2
--- /dev/null
+++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.2.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
+
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-24 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-15 22:00 [meta-oe][PATCH] cyassl: version 3.2.0 release lchristina26
2014-09-16  1:00 ` Khem Raj
2014-09-24 15:21 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.