summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp
diff options
context:
space:
mode:
authorsweeaun <swee.aun.khor@intel.com>2017-07-10 17:41:14 -0700
committerSaul Wold <sgw@linux.intel.com>2017-07-11 07:59:26 -0700
commit3c5ed40c2ff81cbb5b7d3685e9a0c2a4c06efce4 (patch)
tree772e017ca3e1152deb04d9ed99d06c7001801940 /common/recipes-bsp
parent27e8148446c08193762e9011d322a4ea3df0a50f (diff)
downloadmeta-intel-3c5ed40c2ff81cbb5b7d3685e9a0c2a4c06efce4.tar.gz
thermald: upgrade to 1.6
Upgrade thermald recipe to 1.6. Signed-off-by: sweeaun <swee.aun.khor@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.bb (renamed from common/recipes-bsp/thermald/thermald_1.5.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/recipes-bsp/thermald/thermald_1.5.4.bb b/common/recipes-bsp/thermald/thermald_1.6.bb
index 9bde8966..fe6d109c 100644
--- a/common/recipes-bsp/thermald/thermald_1.5.4.bb
+++ b/common/recipes-bsp/thermald/thermald_1.6.bb
@@ -14,8 +14,8 @@ LICENSE = "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 = "https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz"
17SRC_URI[md5sum] = "f7b63e691fb941c92e14ccfcb667b593" 17SRC_URI[md5sum] = "d0cdba81b75d8dd304c10bf4663fb201"
18SRC_URI[sha256sum] = "42f72fc32c84adcbb2ee6667645c2e1653cdc4f85963e6f72efd83517f7c29f0" 18SRC_URI[sha256sum] = "c63ae1b031f2b4ce037441e7e9910d05405b540fe6668e156d32c56d5dfa7492"
19 19
20S = "${WORKDIR}/thermal_daemon-${PV}" 20S = "${WORKDIR}/thermal_daemon-${PV}"
21 21