summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-02-19 16:59:43 +0530
committerKhem Raj <raj.khem@gmail.com>2026-02-20 23:34:21 -0800
commit7e94be1f7b27a29929cee184f4a006afd9f93d95 (patch)
treef030f502f743e053fd3e191ba1de0596e48c4c96
parent6b77c52b0a9f60f3af0e280da33db2faf4d00266 (diff)
downloadmeta-openembedded-7e94be1f7b27a29929cee184f4a006afd9f93d95.tar.gz
thermald: include the correct HOMEPAGE
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb b/meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb
index 6310602813..3ee31f9df7 100644
--- a/meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb
+++ b/meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Thermal Daemon is a Linux daemon used to prevent the \
4overheating of platforms. This daemon monitors temperature and applies \ 4overheating of platforms. This daemon monitors temperature and applies \
5compensation using available cooling methods." 5compensation using available cooling methods."
6 6
7HOMEPAGE = "https://github.com/01org/thermal_daemon" 7HOMEPAGE = "https://github.com/intel/thermal_daemon"
8 8
9DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native upower libevdev" 9DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native upower libevdev"
10DEPENDS += "autoconf-archive-native" 10DEPENDS += "autoconf-archive-native"