thermald: fix upstream check

Look at the correct URL for new tags and exclude incorrectly tagged [1]
2.15.10 release.

[1] https://github.com/intel/thermal_daemon/issues/504

Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Anuj Mittal 2026-02-19 16:59:44 +05:30 committed by Khem Raj
parent 7e94be1f7b
commit ced0eeb223
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -40,4 +40,5 @@ CONFFILES:${PN} = " \
${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \
"
UPSTREAM_CHECK_URI = "https://github.com/01org/thermal_daemon/releases"
UPSTREAM_CHECK_URI = "https://github.com/intel/thermal_daemon/releases/"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(?!2\.15\.10$)\d+(\.\d+)+)"