diff options
author | lchristina26 <lchristina26@hotmail.com> | 2014-08-13 15:47:52 -0600 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-15 17:07:45 +0200 |
commit | 5f532a928c7df863a3f0d32db3918c8f7d227e2b (patch) | |
tree | 472144461512df8487241c33204007bc590e7cf1 /meta-networking | |
parent | 576206dd2f3b5d277702370db60b6b8aa50ff3b3 (diff) | |
download | meta-openembedded-5f532a928c7df863a3f0d32db3918c8f7d227e2b.tar.gz |
cyassl: add recipe
Signed-off-by: Leah Thompson <lchristina26@hotmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 000000000..e3edab6f1 --- /dev/null +++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "CyaSSL Embedded SSL Library" | ||
2 | DESCRIPTION = "CyaSSL is a lightweight SSL library written in C and \ | ||
3 | optimized for embedded and RTOS environments. It can be \ | ||
4 | Up to 20 times smaller than OpenSSL while still supporting \ | ||
5 | a full TLS 1.2 client and server." | ||
6 | HOMEPAGE = "http://www.yassl.com/yaSSL/Products-cyassl.html" | ||
7 | BUGTRACKER = "http://github.com/cyassl/cyassl/issues" | ||
8 | SECTION = "libs/network" | ||
9 | LICENSE = "GPLv2" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
11 | |||
12 | SRC_URI = "http://www.yassl.com/${BP}.zip" | ||
13 | |||
14 | SRC_URI[md5sum] = "72477eb50697e759d309c49cb1aef18a" | ||
15 | SRC_URI[sha256sum] = "85a79009d2a7468910dfb1e4b975e0b00a42c695f4f1a2adc16d2507b5d0b03e" | ||
16 | |||
17 | inherit autotools | ||