summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-bsp/thermald
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-07-31 17:47:03 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-07-31 17:47:03 +0800
commit0584f638797a816b29b909d4611d5a099df7bbc1 (patch)
tree1ec4bdacf824c304290b5086fd54bba9b84158e2 /dynamic-layers/openembedded-layer/recipes-bsp/thermald
parent7a5e47b6a594eb29dfe84e47f043a49974bc0402 (diff)
downloadmeta-intel-0584f638797a816b29b909d4611d5a099df7bbc1.tar.gz
Convert to new override syntax
Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-bsp/thermald')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.4.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.4.bb b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.4.bb
index efad2fe3..906b85aa 100644
--- a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.4.bb
+++ b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.4.bb
@@ -20,7 +20,7 @@ inherit pkgconfig autotools systemd gtk-doc
20 20
21# gtkdocsize runs before autotools do_configure and it copies gtk-doc.m4 and fails 21# gtkdocsize runs before autotools do_configure and it copies gtk-doc.m4 and fails
22# to copy becuase there is no m4 dir yet. 22# to copy becuase there is no m4 dir yet.
23do_configure_prepend () { 23do_configure:prepend () {
24 mkdir -p ${S}/m4 24 mkdir -p ${S}/m4
25} 25}
26 26
@@ -28,13 +28,13 @@ EXTRA_OECONF = " \
28 --with-systemdsystemunitdir=${systemd_system_unitdir} \ 28 --with-systemdsystemunitdir=${systemd_system_unitdir} \
29 " 29 "
30 30
31FILES_${PN} += "${datadir}/dbus-1/system-services/*.service" 31FILES:${PN} += "${datadir}/dbus-1/system-services/*.service"
32 32
33SYSTEMD_SERVICE_${PN} = "thermald.service" 33SYSTEMD_SERVICE:${PN} = "thermald.service"
34 34
35COMPATIBLE_HOST = '(i.86|x86_64).*-linux' 35COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
36 36
37CONFFILES_${PN} = " \ 37CONFFILES:${PN} = " \
38 ${sysconfdir}/thermald/thermal-conf.xml \ 38 ${sysconfdir}/thermald/thermal-conf.xml \
39 ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \ 39 ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \
40 " 40 "