summaryrefslogtreecommitdiffstats
path: root/rules/lm_sensors.make
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@tq-group.com>2017-09-12 11:08:47 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-09-13 17:19:44 +0200
commitb224abdef47d499a95d12d2413f3d8cb18be1e34 (patch)
treee1c6e1695e20f41ef9664e95d2fb05994e92e1a0 /rules/lm_sensors.make
parent3d522ff497e4ee10ffede625c76f322bdd630740 (diff)
downloadptxdist-b224abdef47d499a95d12d2413f3d8cb18be1e34.tar.gz
ptxdist-b224abdef47d499a95d12d2413f3d8cb18be1e34.tar.xz
lm_sensors: fix url
The URL seems to be dysfunctional for a longer time. We should use the github repo of Guenther Roeck instead which seems to have some upstream development also. Since packaging of releases also changed, the MD5 sum changes, too. Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> Acked-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lm_sensors.make')
-rw-r--r--rules/lm_sensors.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/lm_sensors.make b/rules/lm_sensors.make
index cb146d4a5..d25cb27e8 100644
--- a/rules/lm_sensors.make
+++ b/rules/lm_sensors.make
@@ -18,12 +18,12 @@ PACKAGES-$(PTXCONF_LM_SENSORS) += lm_sensors
# Paths and names
#
LM_SENSORS_VERSION := 3.4.0
-LM_SENSORS_MD5 := c03675ae9d43d60322110c679416901a
+LM_SENSORS_TAG := V3-4-0
+LM_SENSORS_MD5 := 1e9f117cbfa11be1955adc96df71eadb
LM_SENSORS := lm_sensors-$(LM_SENSORS_VERSION)
-LM_SENSORS_SUFFIX := tar.bz2
+LM_SENSORS_SUFFIX := tar.gz
LM_SENSORS_URL := \
- http://dl.lm-sensors.org/lm-sensors/releases/$(LM_SENSORS).$(LM_SENSORS_SUFFIX) \
- http://ftp.osuosl.org/pub/blfs/conglomeration/lmsensors/$(LM_SENSORS).$(LM_SENSORS_SUFFIX)
+ https://github.com/groeck/lm-sensors/archive/$(LM_SENSORS_TAG).$(LM_SENSORS_SUFFIX)
LM_SENSORS_SOURCE := $(SRCDIR)/$(LM_SENSORS).$(LM_SENSORS_SUFFIX)
LM_SENSORS_DIR := $(BUILDDIR)/$(LM_SENSORS)
LM_SENSORS_LICENSE := GPL-2.0+, LGPL-2.1+