system/i2c-tools: Fixed applying of patches

This commit is contained in:
dsomero 2012-09-16 21:11:27 -04:00 committed by Robby Workman
parent ab051bd3bc
commit b4f1a3e7ff
2 changed files with 6 additions and 6 deletions

View file

@ -55,7 +55,7 @@ fi
DOCS="CHANGES COPYING README"
set -e # Exit on most errors
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@ -71,7 +71,7 @@ find . \
-exec chmod 644 {} \;
# Recommended patches
for i in $CWD/patches/* ; do patch -p1 < $i ; done
for i in $CWD/patches/* ; do patch -p3 -i $i ; done
sed -i \
-e "s|/local||" \

View file

@ -1,7 +1,7 @@
Index: /i2c-tools/branches/i2c-tools-3.1/eeprom/decode-dimms
===================================================================
--- /i2c-tools/branches/i2c-tools-3.1/eeprom/decode-dimms (revision 6043)
+++ /i2c-tools/branches/i2c-tools-3.1/eeprom/decode-dimms (revision 6063)
--- /branches/i2c-tools-3.1/eeprom/decode-dimms (revision 6043)
+++ /branches/i2c-tools-3.1/eeprom/decode-dimms (revision 6063)
@@ -1740,5 +1740,5 @@
sub get_dimm_list
{
@ -32,8 +32,8 @@ Index: /i2c-tools/branches/i2c-tools-3.1/eeprom/decode-dimms
Index: /i2c-tools/branches/i2c-tools-3.1/CHANGES
===================================================================
--- /i2c-tools/branches/i2c-tools-3.1/CHANGES (revision 6048)
+++ /i2c-tools/branches/i2c-tools-3.1/CHANGES (revision 6063)
--- /branches/i2c-tools-3.1/CHANGES (revision 6048)
+++ /branches/i2c-tools-3.1/CHANGES (revision 6063)
@@ -5,4 +5,5 @@
decode-dimms: Decode module configuration type of DDR2 SDRAM
Decode bus width extension of DDR3 SDRAM