|
@@ -3,9 +3,10 @@
|
|
|
# i2c-tools
|
|
|
#
|
|
|
#############################################################
|
|
|
-I2C_TOOLS_VERSION:=3.0.2
|
|
|
-I2C_TOOLS_SOURCE:=i2c-tools-$(I2C_TOOLS_VERSION).tar.bz2
|
|
|
-I2C_TOOLS_SITE:=http://dl.lm-sensors.org/i2c-tools/releases/
|
|
|
+
|
|
|
+I2C_TOOLS_VERSION = 3.0.3
|
|
|
+I2C_TOOLS_SOURCE = i2c-tools-$(I2C_TOOLS_VERSION).tar.bz2
|
|
|
+I2C_TOOLS_SITE = http://dl.lm-sensors.org/i2c-tools/releases/
|
|
|
|
|
|
define I2C_TOOLS_BUILD_CMDS
|
|
|
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|