From e57fe0b07ebbffce7aaae759cd062e1001c366fd Mon Sep 17 00:00:00 2001 From: Randy MacLeod Date: Fri, 5 Apr 2019 20:48:27 -0400 Subject: wolfssl: update to 3.15.8 and use github SRC_URI The previous SRC_URI did not work for the new version and when looking at the site, users are required to navigate through a click-through license agreement. Also use git repo rather than the .zip archive since the github checksum can change from time to time. Signed-off-by: Randy MacLeod Signed-off-by: Khem Raj --- .../recipes-connectivity/wolfssl/wolfssl_3.15.7.bb | 21 --------------------- .../recipes-connectivity/wolfssl/wolfssl_3.15.8.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.7.bb create mode 100644 meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.8.bb (limited to 'meta-networking/recipes-connectivity') diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.7.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.7.bb deleted file mode 100644 index 0a0a6075d3..0000000000 --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.7.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "wolfSSL Lightweight Embedded SSL/TLS Library" -DESCRIPTION = "wolfSSL, formerly CyaSSL, is a lightweight SSL library written \ - in C and optimized for embedded and RTOS environments. It can \ - be up to 20 times smaller than OpenSSL while still supporting \ - 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 = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -PROVIDES += "cyassl" -RPROVIDES_${PN} = "cyassl" - -SRC_URI = "https://www.wolfssl.com/wolfssl-${PV}.zip" -SRC_URI[md5sum] = "6ec08c09e3f51cccbb1686b4fd45f92f" -SRC_URI[sha256sum] = "4cc318c49580d3b9c361fe258fac6106624aa744f1d34e03977b587766a753ee" - -inherit autotools - -BBCLASSEXTEND += "native nativesdk" diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.8.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.8.bb new file mode 100644 index 0000000000..d4b969104f --- /dev/null +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.8.bb @@ -0,0 +1,21 @@ +SUMMARY = "wolfSSL Lightweight Embedded SSL/TLS Library" +DESCRIPTION = "wolfSSL, formerly CyaSSL, is a lightweight SSL library written \ + in C and optimized for embedded and RTOS environments. It can \ + be up to 20 times smaller than OpenSSL while still supporting \ + 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 = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +PROVIDES += "cyassl" +RPROVIDES_${PN} = "cyassl" + +SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https" +SRCREV = "e87433e2b6682aa7162fcb4aafefb08e2fbd932b" +S = "${WORKDIR}/git" + +inherit autotools + +BBCLASSEXTEND += "native nativesdk" -- cgit 1.2.3-korg