[oe] [meta-oe][PATCH v2] cyassl: add cyassl to meta-oe/meta-networking/recipes-connectivity/

lchristina26 lchristina26 at hotmail.com
Tue Aug 12 17:15:31 UTC 2014


Created cyassl_3.1.0.bb file to be considered for adding to meta-oe
CyaSSL is a lightweight, portable SSL library designed for embedded systems.

Signed-off-by: lchristina26 <lchristina26 at hotmail.com>
---
 meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb | 5 +++++
 1 file changed, 5 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
index 441d321..accc144 100644
--- a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
+++ b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb
@@ -9,6 +9,8 @@ SECTION = "libs/network"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
+PR = "r1"
+
 SRC_URI = "http://www.yassl.com/cyassl-${PV}.zip"
 
 
@@ -19,3 +21,6 @@ S = "${WORKDIR}/${PN}-${PV}"
 
 inherit autotools
 
+# Detect and build with correct endianness
+# CFLAGS += "${@base_conditional('SITEINFO_ENDIANNESS', 'le', '', '-DBIG_ENDIAN_ORDER', d)}"
+
-- 
1.9.1




More information about the Openembedded-devel mailing list