From: Markus Niebel <niebelm@tqsc.de>
To: ptxdist@pengutronix.de
Cc: Markus Niebel <Markus.Niebel@tq-group.com>
Subject: [ptxdist] [Patch 3/3] lm_sensors: fix url
Date: Tue, 12 Sep 2017 11:08:47 +0200 [thread overview]
Message-ID: <1505207327-29248-4-git-send-email-niebelm@tqsc.de> (raw)
In-Reply-To: <1505207327-29248-1-git-send-email-niebelm@tqsc.de>
From: Markus Niebel <Markus.Niebel@tq-group.com>
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>
---
rules/lm_sensors.make | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/rules/lm_sensors.make b/rules/lm_sensors.make
index cb146d4..d25cb27 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+
--
1.9.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2017-09-12 9:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-12 9:08 [ptxdist] [Patch 0/3] package URL fixes Markus Niebel
2017-09-12 9:08 ` [ptxdist] [Patch 1/3] wpa_supplicant: fix url Markus Niebel
2017-09-12 9:08 ` [ptxdist] [Patch 2/3] netperf: " Markus Niebel
2017-09-12 9:08 ` Markus Niebel [this message]
2017-09-12 9:20 ` [ptxdist] [Patch 3/3] lm_sensors: " Alexander Dahl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1505207327-29248-4-git-send-email-niebelm@tqsc.de \
--to=niebelm@tqsc.de \
--cc=Markus.Niebel@tq-group.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox