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