add native/nativesdk BBCLASSEXTEND to wolfssl recipe

pull/4/head
Chris Conlon 2018-12-04 09:45:52 -07:00
parent 98513a08b3
commit 188401056a
3 changed files with 1 additions and 5 deletions

View File

@ -12,8 +12,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2"
DEPENDS += "wolfssl"
S = "${WORKDIR}/${PN}-${PV}"
SRC_URI[md5sum] = "d314a8d300add5148beb6d93e9beb4b0"
SRC_URI[sha256sum] = "4a987c6156422c45733bcfaf4c029c4c91e088ae7fdb0a2f186631d7a7bed6d3"
SRC_URI = "https://www.wolfssl.com/wolfmqtt-1.1.0.zip \

View File

@ -11,8 +11,6 @@ LIC_FILES_CHKSUM = "file://LICENSING;md5=2c2d0ee3db6ceba278dd43212ed03733"
DEPENDS += "wolfssl"
S = "${WORKDIR}/${PN}-${PV}"
SRC_URI[md5sum] = "e1552d5d99f948d11e0ad6680001228c"
SRC_URI[sha256sum] = "ff2179bbcdc77e0b446c765e71294a208ab71949cd74fb46986e20644e3e7e5f"
SRC_URI = "https://www.wolfssl.com/wolfssh-1.3.0.zip \

View File

@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PROVIDES += "cyassl"
RPROVIDES_${PN} = "cyassl"
S = "${WORKDIR}/${PN}-${PV}"
SRC_URI[md5sum] = "bc2dff70ba6e91aa3748d36ae6c6bc3d"
SRC_URI[sha256sum] = "f6c04c25355b340373931f43f8041b3cef78b61122e8a8edf9ee63c07b7a58be"
SRC_URI = "https://www.wolfssl.com/wolfssl-3.15.5.zip"
@ -22,3 +21,4 @@ inherit autotools
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
BBCLASSEXTEND += "native nativesdk"