update wolfMQTT from 1.8.0 to 1.10.0
parent
bb0c2fedd6
commit
f2a500e54f
|
@ -12,9 +12,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2"
|
|||
|
||||
DEPENDS += "wolfssl"
|
||||
|
||||
SRC_URI[md5sum] = "f50b203ab13ab67d5bd6c6df18c18acd"
|
||||
SRC_URI[sha256sum] = "5ed4007c096329ea77d803a49b91bac4f4dcb80b241d26900ce2c8df576fe4b8"
|
||||
SRC_URI = "https://www.wolfssl.com/wolfmqtt-${PV}.zip \
|
||||
SRC_URI = "git://github.com/wolfssl/wolfMQTT.git;tag=v${PV} \
|
||||
file://0001-fix-have-wolfssl-m4-rule.patch"
|
||||
|
||||
inherit autotools
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_configure_prepend() {
|
||||
(cd ${S}; ./autogen.sh; cd -)
|
||||
}
|
Loading…
Reference in New Issue