Merge pull request #23 from JacobBarthelmeh/update

update version of wolfssl
pull/25/head
Sean Parkinson 2021-09-09 16:14:46 +10:00 committed by GitHub
commit 1809243b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -14,5 +14,5 @@ BBFILE_PRIORITY_wolfssl = "5"
IMAGE_INSTALL_append = " wolfssl" IMAGE_INSTALL_append = " wolfssl"
# Versions of OpenEmbedded-Core which layer has been tested against # Versions of OpenEmbedded-Core which layer has been tested against
LAYERSERIES_COMPAT_wolfssl = "sumo thud warrior zeus dunfell" LAYERSERIES_COMPAT_wolfssl = "sumo thud warrior zeus dunfell hardknott"

View File

@ -14,8 +14,8 @@ RPROVIDES_${PN} = "cyassl"
PROVIDES += "wolfssl" PROVIDES += "wolfssl"
RPROVIDES_${PN} = "wolfssl" RPROVIDES_${PN} = "wolfssl"
SRC_URI[md5sum] = "5f4a3cd0aea77a6ae507547fc864505c" SRC_URI[md5sum] = "07cdb0d6ec7f927e33c91f2ad543325e"
SRC_URI[sha256sum] = "59edfb6b70c17c82f2ef6126198549adf6cbccee8f013cfca88323590f8cbd43" SRC_URI[sha256sum] = "149299b90a6546a91e781c645187254d19c510286bc0c2bffaad0326ad5a8b6e"
SRC_URI = "https://www.wolfssl.com/wolfssl-${PV}.zip" SRC_URI = "https://www.wolfssl.com/wolfssl-${PV}.zip"
inherit autotools inherit autotools