From 42b6cfec173036e4e096871475e8928547371a71 Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Tue, 22 Oct 2024 15:07:27 +0530 Subject: [PATCH] thermald : upgrade 2.5.7 -> 2.5.8 Drop already merged patch 0001-Makefile-Fix-build-Issue.patch Release Notes: https://github.com/intel/thermal_daemon/releases/tag/v2.5.8 Signed-off-by: Yogesh Tyagi Signed-off-by: Anuj Mittal --- .../files/0001-Makefile-Fix-build-Issue.patch | 35 ------------------- .../{thermald_2.5.7.bb => thermald_2.5.8.bb} | 3 +- 2 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-bsp/thermald/files/0001-Makefile-Fix-build-Issue.patch rename dynamic-layers/openembedded-layer/recipes-bsp/thermald/{thermald_2.5.7.bb => thermald_2.5.8.bb} (92%) diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/files/0001-Makefile-Fix-build-Issue.patch b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/files/0001-Makefile-Fix-build-Issue.patch deleted file mode 100644 index ea86bc31..00000000 --- a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/files/0001-Makefile-Fix-build-Issue.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 1f6f4e29769adb9d49a3c4831dd2ba61f6ccbdce Mon Sep 17 00:00:00 2001 -From: Yogesh Tyagi -Date: Mon, 11 Mar 2024 13:13:32 +0800 -Subject: [PATCH] Makefile: Fix build Issue -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -In case build directory is different from source, make sure make is able to find the correct input files. - -Fixes: -| dbus-binding-tool --prefix=thd_dbus_interface --mode=glib-server --output=thd_dbus_interface.h ../git/src/thd_dbus_interface.xml -| glib-compile-resources --generate-source thermald-resource.gresource.xml -| Failed to open file “thermald-resource.gresource.xml”: No such file or directory - -Upstream-Status: Submitted -https://github.com/intel/thermal_daemon/pull/436 - -Signed-off-by: Yogesh Tyagi ---- - Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile.am b/Makefile.am -index dd2ef10..cb19e17 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -97,6 +97,6 @@ thd_dbus_interface.h: $(top_srcdir)/src/thd_dbus_interface.xml - $(AM_V_GEN) dbus-binding-tool --prefix=thd_dbus_interface --mode=glib-server --output=$@ $< - - thermald-resource.c: $(top_srcdir)/thermald-resource.gresource.xml -- $(AM_V_GEN) glib-compile-resources --generate-source thermald-resource.gresource.xml -+ $(AM_V_GEN) glib-compile-resources --generate-source --sourcedir=${top_srcdir} $< - - CLEANFILES = $(BUILT_SOURCES) diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.7.bb b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.8.bb similarity index 92% rename from dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.7.bb rename to dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.8.bb index 66765e56..fee089de 100644 --- a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.7.bb +++ b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.8.bb @@ -13,10 +13,9 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" SRC_URI = "git://github.com/intel/thermal_daemon/;branch=master;protocol=https \ - file://0001-Makefile-Fix-build-Issue.patch \ " -SRCREV = "ea8b773f76641a7a49d6584669e17371c22ad03e" +SRCREV = "df3b9ab0ffe780c4fbad7750987eff76f659cfd5" S = "${WORKDIR}/git" inherit pkgconfig autotools systemd gtk-doc