summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-09-18 14:40:09 +0100
committerSaul Wold <sgw@linux.intel.com>2017-09-18 13:38:39 -0700
commit8f5a9ade6be554c1860eb1bcf55f7c33f0333372 (patch)
treeeed54d063704b7faa777ab709f8f0e83b1de1783 /common/recipes-bsp
parent989db4c0e7db84e52b4e564101a974ef59f1bba6 (diff)
downloadmeta-intel-8f5a9ade6be554c1860eb1bcf55f7c33f0333372.tar.gz
thermald: use git clone instead of unstable tarball
GitHub has confirmed that the /archive/ tarballs that are generated on demand from git tags are not persistant and can change over time. This is no longer an academic problem as this has been observed occuring. thermald doesn't have any official maintainer-generated tarballs, so switch to fetching over git. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-bsp')
-rw-r--r--common/recipes-bsp/thermald/thermald_1.6.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/common/recipes-bsp/thermald/thermald_1.6.bb b/common/recipes-bsp/thermald/thermald_1.6.bb
index a0491387..e6cbb621 100644
--- a/common/recipes-bsp/thermald/thermald_1.6.bb
+++ b/common/recipes-bsp/thermald/thermald_1.6.bb
@@ -13,11 +13,9 @@ DEPENDS_append_toolchain-clang = " openmp"
13LICENSE = "GPL-2.0" 13LICENSE = "GPL-2.0"
14LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" 14LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848"
15 15
16SRC_URI = "https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz" 16SRC_URI = "git://github.com/intel/thermal_daemon/"
17SRC_URI[md5sum] = "d0cdba81b75d8dd304c10bf4663fb201" 17SRCREV = "5f1be4d9d6f3b27d2c9884f833ca05cdcb4428e0"
18SRC_URI[sha256sum] = "c63ae1b031f2b4ce037441e7e9910d05405b540fe6668e156d32c56d5dfa7492" 18S = "${WORKDIR}/git"
19
20S = "${WORKDIR}/thermal_daemon-${PV}"
21 19
22inherit pkgconfig autotools systemd 20inherit pkgconfig autotools systemd
23 21