update wolfSSH from 1.4.6 to 1.4.8

pull/24/head
Chris Conlon 2021-12-06 12:44:09 -08:00
parent f2a500e54f
commit 9088be4a10
1 changed files with 10 additions and 4 deletions

View File

@ -11,8 +11,14 @@ LIC_FILES_CHKSUM = "file://LICENSING;md5=2c2d0ee3db6ceba278dd43212ed03733"
DEPENDS += "wolfssl" DEPENDS += "wolfssl"
SRC_URI[md5sum] = "7217789cdf50d02bd7ebac07396dfed2" SRC_URI = "git://github.com/wolfssl/wolfssh.git;tag=v${PV}-stable"
SRC_URI[sha256sum] = "db6c11e8fc99ec2c5192e95bda79e75a9818b31bbc456c7b8cce11c4ed9455c3"
SRC_URI = "https://www.wolfssl.com/wolfssh-${PV}.zip"
inherit autotools S = "${WORKDIR}/git"
inherit autotools pkgconfig
EXTRA_OECONF = "--with-wolfssl=${COMPONENTS_DIR}/${PACKAGE_ARCH}/wolfssl/usr"
do_configure_prepend() {
(cd ${S}; ./autogen.sh; cd -)
}