summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb3
1 files changed, 2 insertions, 1 deletions
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 3ee31f9df7..98310b4c5c 100644
--- a/meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb
+++ b/meta-oe/recipes-bsp/thermald/thermald_2.5.10.bb
@@ -40,4 +40,5 @@ CONFFILES:${PN} = " \
40 ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \ 40 ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \
41 " 41 "
42 42
43UPSTREAM_CHECK_URI = "https://github.com/01org/thermal_daemon/releases" 43UPSTREAM_CHECK_URI = "https://github.com/intel/thermal_daemon/releases/"
44UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(?!2\.15\.10$)\d+(\.\d+)+)"