1*4882a593SmuzhiyunSUMMARY = "wolfSSL Lightweight Embedded SSL/TLS Library"
2*4882a593SmuzhiyunDESCRIPTION = "wolfSSL, formerly CyaSSL, is a lightweight SSL library written \
3*4882a593Smuzhiyun               in C and optimized for embedded and RTOS environments. It can \
4*4882a593Smuzhiyun               be up to 20 times smaller than OpenSSL while still supporting \
5*4882a593Smuzhiyun               a full TLS client and server, up to TLS 1.3"
6*4882a593SmuzhiyunHOMEPAGE = "https://www.wolfssl.com/products/wolfssl"
7*4882a593SmuzhiyunBUGTRACKER = "https://github.com/wolfssl/wolfssl/issues"
8*4882a593SmuzhiyunSECTION = "libs"
9*4882a593SmuzhiyunLICENSE = "GPL-2.0-only"
10*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunPROVIDES += "cyassl"
13*4882a593SmuzhiyunRPROVIDES:${PN} = "cyassl"
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunSRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master"
16*4882a593SmuzhiyunSRCREV = "e6c07a296d2996e8d5c3cc615dfc50013bbcc794"
17*4882a593Smuzhiyun
18*4882a593SmuzhiyunS = "${WORKDIR}/git"
19*4882a593Smuzhiyun
20*4882a593Smuzhiyuninherit autotools
21*4882a593Smuzhiyun
22*4882a593SmuzhiyunBBCLASSEXTEND += "native nativesdk"
23