From: swalker Date: Wed, 5 Jan 2011 21:27:53 +0000 (+0000) Subject: [packages] i2c-tools: update to 3.0.3, refresh patches X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8491ec93a4ea6239ba4b8cae2ae73ef1d13db69a;p=packages.git [packages] i2c-tools: update to 3.0.3, refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/packages@24912 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/i2c-tools/Makefile b/utils/i2c-tools/Makefile index e3f239414..3452bee66 100644 --- a/utils/i2c-tools/Makefile +++ b/utils/i2c-tools/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2010 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=i2c-tools -PKG_VERSION:=3.0.2 -PKG_RELEASE:=2 +PKG_VERSION:=3.0.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://dl.lm-sensors.org/i2c-tools/releases/ -PKG_MD5SUM:=b546345ac19db56719dea6b8199f11e0 +PKG_SOURCE_URL:=http://dl.lm-sensors.org/i2c-tools/releases +PKG_MD5SUM:=511376eed04455cdb277ef19c5f73bb4 PKG_BUILD_DEPENDS:=python @@ -49,8 +49,8 @@ define Package/i2c-tools/description endef define Package/python-smbus/description - This package contains an heterogeneous set of I2C tools for Linux. - + This package contains an heterogeneous set of I2C tools for Linux. + This package contain the python bindings for Linux SMBus access through i2c-dev. endef diff --git a/utils/i2c-tools/patches/100-linux_include.patch b/utils/i2c-tools/patches/100-linux_include.patch index 4491b262f..addfc5bc3 100644 --- a/utils/i2c-tools/patches/100-linux_include.patch +++ b/utils/i2c-tools/patches/100-linux_include.patch @@ -1,7 +1,5 @@ -Index: i2c-tools-3.0.2/py-smbus/smbusmodule.c -=================================================================== ---- i2c-tools-3.0.2.orig/py-smbus/smbusmodule.c 2010-07-23 23:09:16.000000000 +0200 -+++ i2c-tools-3.0.2/py-smbus/smbusmodule.c 2010-07-23 23:09:29.000000000 +0200 +--- a/py-smbus/smbusmodule.c ++++ b/py-smbus/smbusmodule.c @@ -21,6 +21,7 @@ #include #include @@ -10,4 +8,3 @@ Index: i2c-tools-3.0.2/py-smbus/smbusmodule.c #include /* -