blob: 9290651d05c564b592b3aa812dbf5126d4d42090 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "wolfSSL Lightweight, Embedded SSL Library"
2DESCRIPTION = "wolfSSL, formerly 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."
6HOMEPAGE = "http://www.wolfssl.com/yaSSL/Products-wolfssl.html"
7BUGTRACKER = "http://github.com/wolfssl/wolfssl/issues"
8SECTION = "libs"
9LICENSE = "GPLv2"
10LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
11
12PROVIDES += "cyassl"
13RPROVIDES_${PN} = "cyassl"
14
Brad Bishop316dfdd2018-06-25 12:45:53 -040015S = "${WORKDIR}/git"
16SRCREV = "d195009dcb62d8712195661bd1d50f8dd6831044"
17SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https; \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050018 file://0001-fix-no-rule-to-make-cyassl-options.h.patch \
19 "
20
Brad Bishopd7bf8c12018-02-25 22:55:05 -050021inherit autotools
22
23PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
24PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"