summaryrefslogtreecommitdiff
path: root/packages/u-boot/files
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.org>2008-03-11 18:03:49 +0000
committerJohn Lee <john_lee@openmoko.org>2008-03-11 18:03:49 +0000
commit44fb4792e4f4fd8d2c6430af465522ee1a646a32 (patch)
tree35bd4fae7b8c00e6347d13a9b567b0f5f8a6ab54 /packages/u-boot/files
parent9c9195280c1f8e65eca3775f456ecc397ec287d6 (diff)
u-boot-openmoko: enable autorev
* also update pn-u-boot-openmoko in sane-srcrevs.inc * also update patch uboot-20070311-tools_makefile_ln_sf.patch
Diffstat (limited to 'packages/u-boot/files')
-rw-r--r--packages/u-boot/files/uboot-20070311-tools_makefile_ln_sf.patch13
1 files changed, 10 insertions, 3 deletions
diff --git a/packages/u-boot/files/uboot-20070311-tools_makefile_ln_sf.patch b/packages/u-boot/files/uboot-20070311-tools_makefile_ln_sf.patch
index e90cc0de71..eca50615ad 100644
--- a/packages/u-boot/files/uboot-20070311-tools_makefile_ln_sf.patch
+++ b/packages/u-boot/files/uboot-20070311-tools_makefile_ln_sf.patch
@@ -1,6 +1,8 @@
---- a/tools/Makefile 2007-03-11 00:55:44.000000000 +0000
-+++ b/tools/Makefile 2007-03-11 00:55:52.000000000 +0000
-@@ -194,14 +194,14 @@
+Index: git/tools/Makefile
+===================================================================
+--- git.orig/tools/Makefile 2008-03-03 13:32:32.000000000 +0800
++++ git/tools/Makefile 2008-03-03 13:40:23.000000000 +0800
+@@ -208,18 +208,18 @@
$(obj)environment.c:
@rm -f $(obj)environment.c
@@ -15,5 +17,10 @@
- ln -s $(src)../lib_generic/crc32.c $(obj)crc32.c
+ ln -sf $(src)../lib_generic/crc32.c $(obj)crc32.c
+ $(obj)sha1.c:
+ @rm -f $(obj)sha1.c
+- ln -s $(src)../lib_generic/sha1.c $(obj)sha1.c
++ ln -sf $(src)../lib_generic/sha1.c $(obj)sha1.c
+
$(LOGO_H): $(obj)bmp_logo $(LOGO_BMP)
$(obj)./bmp_logo $(LOGO_BMP) >$@