wolfssl_4.6.0.bb 820 B

12345678910111213141516171819202122
  1. SUMMARY = "wolfSSL Lightweight Embedded SSL/TLS Library"
  2. DESCRIPTION = "wolfSSL, formerly CyaSSL, is a lightweight SSL library written \
  3. in C and optimized for embedded and RTOS environments. It can \
  4. be up to 20 times smaller than OpenSSL while still supporting \
  5. a full TLS client and server, up to TLS 1.3"
  6. HOMEPAGE = "https://www.wolfssl.com/products/wolfssl"
  7. BUGTRACKER = "https://github.com/wolfssl/wolfssl/issues"
  8. SECTION = "libs"
  9. LICENSE = "GPLv2"
  10. LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
  11. PROVIDES += "cyassl"
  12. RPROVIDES_${PN} = "cyassl"
  13. SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https \
  14. "
  15. SRCREV = "9c87f979a7f1d3a6d786b260653d566c1d31a1c4"
  16. S = "${WORKDIR}/git"
  17. inherit autotools
  18. BBCLASSEXTEND += "native nativesdk"