summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2018-05-09 23:17:26 -0400
committerArmin Kuster <akuster808@gmail.com>2018-06-14 20:09:38 -0700
commitfb953f4dbd1464d7d32e05a15f23b8ddad22a935 (patch)
tree7a28b021b4ca30bee2559a497b7f828d9b2cdd47
parent1e0c5cc98004e23956905951237abba1082ddad0 (diff)
downloadmeta-openembedded-fb953f4dbd1464d7d32e05a15f23b8ddad22a935.tar.gz
wolfssl: switch away from github archive
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 83cedc2f768c493b1bd482a80cf8361c70898784) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/wolfssl/wolfssl_3.12.0.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.12.0.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.12.0.bb
index 512619098..9290651d0 100644
--- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.12.0.bb
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.12.0.bb
@@ -12,15 +12,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
12PROVIDES += "cyassl" 12PROVIDES += "cyassl"
13RPROVIDES_${PN} = "cyassl" 13RPROVIDES_${PN} = "cyassl"
14 14
15SRC_URI = "https://github.com/wolfSSL/wolfssl/archive/v${PV}-stable.zip \ 15S = "${WORKDIR}/git"
16SRCREV = "d195009dcb62d8712195661bd1d50f8dd6831044"
17SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https; \
16 file://0001-fix-no-rule-to-make-cyassl-options.h.patch \ 18 file://0001-fix-no-rule-to-make-cyassl-options.h.patch \
17 " 19 "
18 20
19SRC_URI[md5sum] = "f9caf558169ab650dc8200708799ebeb"
20SRC_URI[sha256sum] = "b6d87d3e2c8757177d69aff373c91cf162f4a3944fae90fa10d086fd5f9542e7"
21
22S = "${WORKDIR}/wolfssl-${PV}-stable"
23
24inherit autotools 21inherit autotools
25 22
26PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" 23PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"