From 2fbf1ec742e0196f16fd4f85f36f61a1c573b61a Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Wed, 13 Apr 2022 09:23:40 +0800 Subject: thermald: upgrade to v2.4.9 Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- .../recipes-bsp/thermald/thermald_2.4.8.bb | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.8.bb (limited to 'dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.8.bb') diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.8.bb b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.8.bb deleted file mode 100644 index d73864a9..00000000 --- a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.4.8.bb +++ /dev/null @@ -1,42 +0,0 @@ -SUMMARY = "Linux thermal daemon" - -DESCRIPTION = "Thermal Daemon is a Linux daemon used to prevent the \ -overheating of platforms. This daemon monitors temperature and applies \ -compensation using available cooling methods." - -HOMEPAGE = "https://github.com/01org/thermal_daemon" - -DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native upower libevdev" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" - -SRC_URI = "git://github.com/intel/thermal_daemon/;branch=master;protocol=https \ - " - -SRCREV = "f04746138602c623558be0561e4d1a37579710c7" -S = "${WORKDIR}/git" - -inherit pkgconfig autotools systemd gtk-doc - -# gtkdocsize runs before autotools do_configure and it copies gtk-doc.m4 and fails -# to copy becuase there is no m4 dir yet. -do_configure:prepend () { - mkdir -p ${S}/m4 -} - -EXTRA_OECONF = " \ - --with-systemdsystemunitdir=${systemd_system_unitdir} \ - " - -FILES:${PN} += "${datadir}/dbus-1/system-services/*.service" - -SYSTEMD_SERVICE:${PN} = "thermald.service" - -COMPATIBLE_HOST = '(i.86|x86_64).*-linux' - -CONFFILES:${PN} = " \ - ${sysconfdir}/thermald/thermal-conf.xml \ - ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \ - " - -UPSTREAM_CHECK_URI = "https://github.com/01org/thermal_daemon/releases" -- cgit v1.2.3-54-g00ecf