On Sat, Nov 07, 2015 at 03:33:00PM +0100, Wolfram Sang wrote: > 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 AFAICT this patch still fixes build-failures for BSPs having I2C tools selected. It surely did for me back then. > --- > rules/i2c-tools.make | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/rules/i2c-tools.make b/rules/i2c-tools.make > index 5949fde..fe0392f 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+ > -- > 2.1.4 >