summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornick83ola <nick83ola@gmail.com>2019-05-28 17:18:57 +0100
committerArmin Kuster <akuster808@gmail.com>2019-06-16 08:15:44 -0700
commitbfbf5e8b257396475a0cb178f853e98f7f9dd3e0 (patch)
treef5a7ff23e5c945e74981d606ade128256f24cb66
parentd4f19f44549db88113cb7e9a25a523ac30cf1cd5 (diff)
downloadmeta-openembedded-bfbf5e8b257396475a0cb178f853e98f7f9dd3e0.tar.gz
uthash: do not use unstable github archive tarballs
Since commit [21f84fc insane: add sanity checks to SRC_URI] applied in oe-core, do not use unstable github archive tarballs. Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/uthash/uthash_2.1.0.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/uthash/uthash_2.1.0.bb b/meta-oe/recipes-support/uthash/uthash_2.1.0.bb
index 7eb138305..d01a06cae 100644
--- a/meta-oe/recipes-support/uthash/uthash_2.1.0.bb
+++ b/meta-oe/recipes-support/uthash/uthash_2.1.0.bb
@@ -9,15 +9,14 @@ HOMEPAGE = "https://troydhanson.github.io/uthash/"
9SECTION = "base" 9SECTION = "base"
10LICENSE = "BSD-1-Clause" 10LICENSE = "BSD-1-Clause"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=a2513f7d2291df840527b76b2a8f9718" 11LIC_FILES_CHKSUM = "file://LICENSE;md5=a2513f7d2291df840527b76b2a8f9718"
12SRCREV = "8b214aefcb81df86a7e5e0d4fa20e59a6c18bc02"
12 13
13SRC_URI = "\ 14SRC_URI = "\
14 https://github.com/troydhanson/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \ 15 git://github.com/troydhanson/${BPN}.git \
15 file://run-ptest \ 16 file://run-ptest \
16" 17"
17UPSTREAM_CHECK_URI = "https://github.com/troydhanson/${BPN}/releases"
18 18
19SRC_URI[md5sum] = "4d0a33f6393260926032f1fad4bad39a" 19S = "${WORKDIR}/git"
20SRC_URI[sha256sum] = "152ccd8e64d0f495377232e3964d06c7ec8bb8c3fbd3217f8a5702614f9a669e"
21 20
22inherit ptest 21inherit ptest
23 22