summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.4.bb')
-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 "