* [ptxdist] [PATCH] i2c-tools: version bump 3.1.2 -> 4.0
@ 2018-01-22 14:02 Uwe Kleine-König
0 siblings, 0 replies; only message in thread
From: Uwe Kleine-König @ 2018-01-22 14:02 UTC (permalink / raw)
To: ptxdist
The main motivation was to get Wolfram's i2ctransfer tool.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
rules/i2c-tools.make | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/rules/i2c-tools.make b/rules/i2c-tools.make
index fe0392f6099d..1fd6dd47a10c 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.2
-I2C_TOOLS_MD5 := 7104a1043d11a5e2c7b131614eb1b962
+I2C_TOOLS_VERSION := 4.0
+I2C_TOOLS_MD5 := f873c657d00bc00e9c47ed938c2cd770
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) http://jdelvare.nerim.net/mirror/i2c-tools/$(I2C_TOOLS).$(I2C_TOOLS_SUFFIX)
+I2C_TOOLS_SUFFIX := tar.xz
+I2C_TOOLS_URL := https://www.kernel.org/pub/software/utils/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+
@@ -65,6 +65,8 @@ $(STATEDIR)/i2c-tools.targetinstall:
@$(call install_copy, i2c-tools, 0, 0, 0755, -, /usr/sbin/i2cdump)
@$(call install_copy, i2c-tools, 0, 0, 0755, -, /usr/sbin/i2cset)
@$(call install_copy, i2c-tools, 0, 0, 0755, -, /usr/sbin/i2cget)
+ @$(call install_copy, i2c-tools, 0, 0, 0755, -, /usr/sbin/i2ctransfer)
+ @$(call install_lib, i2c-tools, 0, 0, 0644, libi2c)
@$(call install_finish, i2c-tools)
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-22 14:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-22 14:02 [ptxdist] [PATCH] i2c-tools: version bump 3.1.2 -> 4.0 Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox