mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
7e94be1f7b
commit
ced0eeb223
@ -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+)+)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user