diff mbox series

[next] package/thermald: bump to 2.5.1

Message ID 20221127141926.1976657-1-ricardo.martincoski@gmail.com
State Accepted
Headers show
Series [next] package/thermald: bump to 2.5.1 | expand

Commit Message

Ricardo Martincoski Nov. 27, 2022, 2:19 p.m. UTC
README.txt states only these changes:
- Static analysis fixes
- Missing init, which causes skipping of conditions in a Dell system

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
---
test-pkg config 1:
BR2_PACKAGE_THERMALD=y
BR2_INIT_SYSTEMD=y
https://gitlab.com/RicardoMartincoski/buildroot/-/pipelines/706238167
44 builds, 43 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed

test-pkg config 2:
BR2_PACKAGE_THERMALD=y
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
https://gitlab.com/RicardoMartincoski/buildroot/-/pipelines/706238254
44 builds, 39 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed
---
 package/thermald/thermald.hash | 2 +-
 package/thermald/thermald.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Feb. 6, 2023, 10:03 a.m. UTC | #1
>>>>> "Ricardo" == Ricardo Martincoski <ricardo.martincoski@gmail.com> writes:

 > README.txt states only these changes:
 > - Static analysis fixes
 > - Missing init, which causes skipping of conditions in a Dell system

 > Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>

Committed, thanks.
Peter Korsgaard Feb. 22, 2023, 3:53 p.m. UTC | #2
>>>>> "Ricardo" == Ricardo Martincoski <ricardo.martincoski@gmail.com> writes:

 > README.txt states only these changes:
 > - Static analysis fixes
 > - Missing init, which causes skipping of conditions in a Dell system

 > Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>

Committed to 2022.11.x, thanks.
diff mbox series

Patch

diff --git a/package/thermald/thermald.hash b/package/thermald/thermald.hash
index eceff77d37..9693813ca9 100644
--- a/package/thermald/thermald.hash
+++ b/package/thermald/thermald.hash
@@ -1,3 +1,3 @@ 
 # Locally computed:
-sha256  e6515678ce8ff37978a453e1617a087a40ba3a31809a42c1768b6f816e564cc9  thermald-2.5.tar.gz
+sha256  75c165df45b3d09c904d314c8c19789158e9538f46e3d2b606457dc631eb3af5  thermald-2.5.1.tar.gz
 sha256  e98be8bc482e038a14bfbc01caf800bbd0024fff275ef14cd999db6560254a8d  COPYING
diff --git a/package/thermald/thermald.mk b/package/thermald/thermald.mk
index 38f6b5a00f..fd0246745f 100644
--- a/package/thermald/thermald.mk
+++ b/package/thermald/thermald.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-THERMALD_VERSION = 2.5
+THERMALD_VERSION = 2.5.1
 THERMALD_SITE = $(call github,intel,thermal_daemon,v$(THERMALD_VERSION))
 # fetched from Github, with no configure script
 THERMALD_AUTORECONF = YES