24 lines
930 B
BlitzBasic
24 lines
930 B
BlitzBasic
SUMMARY = "wolfSSL Lightweight Embedded SSL/TLS Library"
|
|
DESCRIPTION = "wolfSSL is a lightweight SSL/TLS library written in C and optimized for embedded and RTOS environments. It supports a full TLS client and server, up to TLS 1.3."
|
|
HOMEPAGE = "https://www.wolfssl.com/products/wolfssl/"
|
|
BUGTRACKER = "https://github.com/wolfssl/wolfssl/issues"
|
|
SECTION = "libs"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
DEPENDS += "util-linux-native"
|
|
|
|
PROVIDES += "wolfssl virtual/wolfssl"
|
|
RPROVIDES_${PN} = "wolfssl"
|
|
|
|
SRC_URI = "git://github.com/wolfssl/wolfssl.git;nobranch=1;protocol=https;rev=1d363f3adceba9d1478230ede476a37b0dcdef24"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig wolfssl-helper
|
|
|
|
# Skip the package check for wolfssl itself (it's the base library)
|
|
deltask do_wolfssl_check_package
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
EXTRA_OECONF += "--enable-reproducible-build"
|