From 65c38c877d351b1bb5f010281b9325ac5a0064e6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 6 Jan 2020 05:54:57 -0800 Subject: wolfssl: upgrade 4.2.0 -> 4.3.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-connectivity/wolfssl/wolfssl_4.2.0.bb | 21 --------------------- .../recipes-connectivity/wolfssl/wolfssl_4.3.0.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-networking/recipes-connectivity/wolfssl/wolfssl_4.2.0.bb create mode 100644 meta-networking/recipes-connectivity/wolfssl/wolfssl_4.3.0.bb diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.2.0.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.2.0.bb deleted file mode 100644 index 5d8bc9ba9e..0000000000 --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.2.0.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 = "git://github.com/wolfSSL/wolfssl.git;protocol=https" -SRCREV = "cb7b4af9861ad627faffdc3d24a196c2d11930b8" -S = "${WORKDIR}/git" - -inherit autotools - -BBCLASSEXTEND += "native nativesdk" diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.3.0.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.3.0.bb new file mode 100644 index 0000000000..a6c8cd09c4 --- /dev/null +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.3.0.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 = "3f13b49fa318fbd3216d7da36d942e7c276d3413" +S = "${WORKDIR}/git" + +inherit autotools + +BBCLASSEXTEND += "native nativesdk" -- cgit 1.2.3-korg