summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/thermald/thermald_1.5.3.bb
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2017-01-24 13:08:39 -0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2017-01-24 17:26:42 -0800
commit1c8a4a7aecb745749ab8501416b275f04b6c44df (patch)
treea6d79e5c9d61132d124f580e91fdf237fcdbfaf4 /common/recipes-bsp/thermald/thermald_1.5.3.bb
parent5c1515beb12f13d4772e6a7f9e164b2e13a564a5 (diff)
downloadmeta-intel-1c8a4a7aecb745749ab8501416b275f04b6c44df.tar.gz
thermald: Update from 1.5.3 to 1.5.4
This is the latest release version. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'common/recipes-bsp/thermald/thermald_1.5.3.bb')
-rw-r--r--common/recipes-bsp/thermald/thermald_1.5.3.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/common/recipes-bsp/thermald/thermald_1.5.3.bb b/common/recipes-bsp/thermald/thermald_1.5.3.bb
deleted file mode 100644
index ea339fa2..00000000
--- a/common/recipes-bsp/thermald/thermald_1.5.3.bb
+++ /dev/null
@@ -1,32 +0,0 @@
1SUMMARY = "Linux thermal daemon"
2
3DESCRIPTION = "Thermal Daemon is a Linux daemon used to prevent the \
4overheating of platforms. This daemon monitors temperature and applies \
5compensation using available cooling methods."
6
7HOMEPAGE = "https://github.com/01org/thermal_daemon"
8
9DEPENDS = "dbus dbus-glib libxml2 glib-2.0 glib-2.0-native"
10DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
11
12LICENSE = "GPL-2.0"
13LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848"
14
15SRC_URI = "https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz"
16SRC_URI[md5sum] = "66402236ed3c86a798029cb4d5313817"
17SRC_URI[sha256sum] = "e20b450ef27a5b5e45474c831663c8f5ecd14c82ace5a4b1e06c442e0a23b53e"
18
19S = "${WORKDIR}/thermal_daemon-${PV}"
20
21inherit pkgconfig autotools systemd
22
23FILES_${PN} += "${datadir}/dbus-1/system-services/*.service"
24
25SYSTEMD_SERVICE_${PN} = "thermald.service"
26
27COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
28
29CONFFILES_${PN} = " \
30 ${sysconfdir}/thermald/thermal-conf.xml \
31 ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \
32 "