From 2028bda732b8422c3c361f75603d85f93e3b4175 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Sun, 13 May 2018 08:28:42 -0400 Subject: libwebsockets: 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 Signed-off-by: Armin Kuster (cherry picked from commit dd803999931f883b3df97a8c35550a3fc8cd482b) Signed-off-by: Armin Kuster --- meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb index 9354799871..100f3a3541 100644 --- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb +++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb @@ -5,10 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3393a657830d4a118c5a6ed35ba53d0" DEPENDS = "zlib" -SRC_URI = "https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz" - -SRC_URI[md5sum] = "4df3be57dee43aeebd54a3ed56568f50" -SRC_URI[sha256sum] = "bcc96aaa609daae4d3f7ab1ee480126709ef4f6a8bf9c85de40aae48e38cce66" +S = "${WORKDIR}/git" +SRCREV = "73557509bd15f95a1ad081a6f4fab48ff7743215" +SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;" inherit cmake pkgconfig -- cgit 1.2.3-korg