From 7e94be1f7b27a29929cee184f4a006afd9f93d95 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 19 Feb 2026 16:59:43 +0530 Subject: [PATCH] thermald: include the correct HOMEPAGE Signed-off-by: Anuj Mittal Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ overheating of platforms. This daemon monitors temperature and applies \ compensation using available cooling methods." -HOMEPAGE = "https://github.com/01org/thermal_daemon" +HOMEPAGE = "https://github.com/intel/thermal_daemon" DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native upower libevdev" DEPENDS += "autoconf-archive-native"