summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2015-11-07 15:33:00 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-09 20:36:59 +0100
commit398c2cc48949bdf16c7d94f699976a23363188a6 (patch)
treebd2f6fcafe9053adc7444140807934a89b2d6783
parent33ceb0b56cfdd433013c599e5027b768e72a2fc7 (diff)
downloadptxdist-398c2cc48949bdf16c7d94f699976a23363188a6.tar.gz
ptxdist-398c2cc48949bdf16c7d94f699976a23363188a6.tar.xz
i2c-tools: version bump & secondary url
lm-sensors.org has often problems these days, so add a mirror url hosted by the maintainer. Do a version bump while we are here. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/i2c-tools.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/i2c-tools.make b/rules/i2c-tools.make
index 5949fdedb..fe0392f60 100644
--- a/rules/i2c-tools.make
+++ b/rules/i2c-tools.make
@@ -16,11 +16,11 @@ PACKAGES-$(PTXCONF_I2C_TOOLS) += i2c-tools
#
# Paths and names
#
-I2C_TOOLS_VERSION := 3.1.0
-I2C_TOOLS_MD5 := f15019e559e378c6e9d5d6299a00df21
+I2C_TOOLS_VERSION := 3.1.2
+I2C_TOOLS_MD5 := 7104a1043d11a5e2c7b131614eb1b962
I2C_TOOLS := i2c-tools-$(I2C_TOOLS_VERSION)
I2C_TOOLS_SUFFIX := tar.bz2
-I2C_TOOLS_URL := http://dl.lm-sensors.org/i2c-tools/releases/$(I2C_TOOLS).$(I2C_TOOLS_SUFFIX)
+I2C_TOOLS_URL := http://dl.lm-sensors.org/i2c-tools/releases/$(I2C_TOOLS).$(I2C_TOOLS_SUFFIX) http://jdelvare.nerim.net/mirror/i2c-tools/$(I2C_TOOLS).$(I2C_TOOLS_SUFFIX)
I2C_TOOLS_SOURCE := $(SRCDIR)/$(I2C_TOOLS).$(I2C_TOOLS_SUFFIX)
I2C_TOOLS_DIR := $(BUILDDIR)/$(I2C_TOOLS)
I2C_TOOLS_LICENSE := GPL-2.0+