summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-08-28 15:13:32 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-08-29 08:55:06 +0800
commit110eb064eeeeebbef6519fc48e1cf0bdd69400a1 (patch)
tree7bf88e0dee1bc742878ae08c43356483bcc2395b /dynamic-layers
parent096eccc85f0dad9ecdabf4765587e8a527a82e09 (diff)
downloadmeta-intel-110eb064eeeeebbef6519fc48e1cf0bdd69400a1.tar.gz
thermald: upgrade 2.5.3 -> 2.5.4
Release 2.5.4 - Android support - Workarounds for missing conditions/tables Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.4.bb (renamed from dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.3.bb b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.4.bb
index 7da0f521..ad66d843 100644
--- a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.3.bb
+++ b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.4.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848"
15SRC_URI = "git://github.com/intel/thermal_daemon/;branch=master;protocol=https \ 15SRC_URI = "git://github.com/intel/thermal_daemon/;branch=master;protocol=https \
16 " 16 "
17 17
18SRCREV = "b92e67bf3e5d6403cd59f64a1a0f0832ce4ea2c7" 18SRCREV = "63b290f20da115f62f5bbd39a28fa5afe0f6efc2"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21inherit pkgconfig autotools systemd gtk-doc 21inherit pkgconfig autotools systemd gtk-doc
@@ -30,7 +30,7 @@ EXTRA_OECONF = " \
30 --with-systemdsystemunitdir=${systemd_system_unitdir} \ 30 --with-systemdsystemunitdir=${systemd_system_unitdir} \
31 " 31 "
32 32
33FILES:${PN} += "${datadir}/dbus-1/system-services/*.service" 33FILES:${PN} += "${datadir}/dbus-1"
34 34
35SYSTEMD_SERVICE:${PN} = "thermald.service" 35SYSTEMD_SERVICE:${PN} = "thermald.service"
36 36