[oe-commits] Eric BENARD : i2c-tools: update to latest 3.0.3

git version control git at git.openembedded.org
Sat Jan 8 09:08:07 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a13bce9a5906f0cb48a24b7739f8be06bb4131a0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a13bce9a5906f0cb48a24b7739f8be06bb4131a0

Author: Eric BENARD <eric at eukrea.com>
Date:   Sat Jan  8 05:47:16 2011 +0000

i2c-tools: update to latest 3.0.3

from CHANGES :
  Makefile: Let the environment set CC and CFLAGS
            Integrate py-smbus into the build system
  README: Point users to the linux-i2c mailing list
  decode-dimms: Handle CRC of FB-DIMM and DDR3 SDRAM memory modules
                Add support for DDR3 SDRAM
                Fix decoding of SDR SDRAM bytes 12-14
                Add side-by-side formatting option
                Add merged cells formatting option
                Try harder to decode the manufacturing date
                Handle read errors on sysfs
                Decode voltage interface level of DDR SDRAM
  decode-xeon: Delete
  eepromer: Fix array initialization overrun
  i2cdetect: Drop legacy reference to ISA bus
  i2cset: Add support for short writes with PEC
  i2c-stub-from-dump: Use udev settle to speed up initialization
                      Unload i2c-stub automatically if needed
                      Add support for multiple dumps
  tools: Properly handle /dev/i2c not being a directory
         Increase limit on I2C bus number

Signed-off-by: Eric Bénard <eric at eukrea.com>
Acked-by: Khem Raj <raj.khem at gmail.com>

---

 .../{i2c-tools_3.0.2.bb => i2c-tools_3.0.3.bb}     |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/recipes/i2c-tools/i2c-tools_3.0.2.bb b/recipes/i2c-tools/i2c-tools_3.0.3.bb
similarity index 74%
rename from recipes/i2c-tools/i2c-tools_3.0.2.bb
rename to recipes/i2c-tools/i2c-tools_3.0.3.bb
index 44559ef..7d6d668 100644
--- a/recipes/i2c-tools/i2c-tools_3.0.2.bb
+++ b/recipes/i2c-tools/i2c-tools_3.0.3.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Set of i2c tools for linux"
 SECTION = "base"
 LICENSE = "GPLv2"
 
-PR = "r5"
+PR = "r0"
 
 SRC_URI = "http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-${PV}.tar.bz2 \
            file://Module.mk \
@@ -13,7 +13,6 @@ inherit autotools
 do_compile_prepend() {
         cp ${WORKDIR}/Module.mk ${S}/eepromer/
         sed -i 's#/usr/local#/usr#' Makefile
-        sed -i 's#CC\t:= gcc#CC\t:= ${CC}#' Makefile
         echo "include eepromer/Module.mk" >> Makefile
 }
 
@@ -23,5 +22,5 @@ do_install_append() {
 	rm -f ${D}${includedir}/linux/i2c-dev.h
 }
 
-SRC_URI[md5sum] = "b546345ac19db56719dea6b8199f11e0"
-SRC_URI[sha256sum] = "0b4d6455a30a3264a60b4d3be55855d996d52ea4f162a2f04ffff378e24f98a2"
+SRC_URI[md5sum] = "511376eed04455cdb277ef19c5f73bb4"
+SRC_URI[sha256sum] = "23b28e474741834e3f1b35b0686528769a13adc92d2ff5603cbda1d6bd5e5629"





More information about the Openembedded-commits mailing list