diff --git a/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb b/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb index f6ea83d..ac86a7f 100644 --- a/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb +++ b/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb @@ -6,11 +6,11 @@ BUGTRACKER = "https://github.com/wolfssl/wolfssl/issues" SECTION = "x11/applications" LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://benchmark.c;beginline=1;endline=20;md5=aca0c406899b7421c67598ba3f55d1a5" +LIC_FILES_CHKSUM = "file://benchmark.c;beginline=1;endline=20;md5=9438b59b0b9c7832e6d42d0677cec5a6" S = "${WORKDIR}/git/wolfcrypt/benchmark" DEPENDS += "wolfssl" -SRC_URI = "git://github.com/wolfSSL/wolfssl.git;nobranch=1;protocol=https;rev=8970ff4c34034dbb3594943d11f8c9d4c5512bd5" +SRC_URI = "git://github.com/wolfSSL/wolfssl.git;nobranch=1;protocol=https;rev=00e42151ca061463ba6a95adb2290f678cbca472" do_configure[noexec] = "1" do_compile[noexec] = "1" diff --git a/recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb b/recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb index 6783434..8670969 100644 --- a/recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb +++ b/recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb @@ -6,11 +6,11 @@ BUGTRACKER = "https://github.com/wolfssl/wolfssl/issues" SECTION = "x11/applications" LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://test.c;beginline=1;endline=20;md5=61d63fb8b820bae4d85beb53e7acf340" +LIC_FILES_CHKSUM = "file://test.c;beginline=1;endline=20;md5=a642f031dcd2e60745009aa04912b817" S = "${WORKDIR}/git/wolfcrypt/test" DEPENDS += "wolfssl" -SRC_URI = "git://github.com/wolfSSL/wolfssl.git;nobranch=1;protocol=https;rev=8970ff4c34034dbb3594943d11f8c9d4c5512bd5" +SRC_URI = "git://github.com/wolfSSL/wolfssl.git;nobranch=1;protocol=https;rev=00e42151ca061463ba6a95adb2290f678cbca472" do_configure[noexec] = "1" diff --git a/recipes-wolfssl/wolfssl/wolfssl_5.7.0.bb b/recipes-wolfssl/wolfssl/wolfssl_5.7.2.bb similarity index 95% rename from recipes-wolfssl/wolfssl/wolfssl_5.7.0.bb rename to recipes-wolfssl/wolfssl/wolfssl_5.7.2.bb index c3220cb..a818f35 100644 --- a/recipes-wolfssl/wolfssl/wolfssl_5.7.0.bb +++ b/recipes-wolfssl/wolfssl/wolfssl_5.7.2.bb @@ -10,7 +10,7 @@ DEPENDS += "util-linux-native" PROVIDES += "wolfssl" RPROVIDES_${PN} = "wolfssl" -SRC_URI = "git://github.com/wolfssl/wolfssl.git;nobranch=1;protocol=https;rev=8970ff4c34034dbb3594943d11f8c9d4c5512bd5" +SRC_URI = "git://github.com/wolfssl/wolfssl.git;nobranch=1;protocol=https;rev=00e42151ca061463ba6a95adb2290f678cbca472" S = "${WORKDIR}/git"