diff options
author | Daniel Willmann <daniel@totalueberwachung.de> | 2008-01-07 23:45:57 +0000 |
---|---|---|
committer | Daniel Willmann <daniel@totalueberwachung.de> | 2008-01-07 23:45:57 +0000 |
commit | 1bf5c3346ac395825d49f895922a61bcdbb238e5 (patch) | |
tree | ec4dc9efef3a2abccb92bdf4312ebd80c96a40b9 /packages/u-boot | |
parent | 22a6de3cdd938ecd144efec7e912cb7fa20debe6 (diff) | |
parent | bb3cd6d33b47a8aa00ad8dbef0411a7721720872 (diff) |
merge of '88e2766fe8aa4c69dc8688e0554e2e6d05bb9c67'
and 'f556521018478109967b108bb830f8109aefbb0e'
Diffstat (limited to 'packages/u-boot')
-rw-r--r-- | packages/u-boot/u-boot-openmoko_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/u-boot/u-boot-openmoko_svn.bb b/packages/u-boot/u-boot-openmoko_svn.bb index 550ff5d499..61e4516e1f 100644 --- a/packages/u-boot/u-boot-openmoko_svn.bb +++ b/packages/u-boot/u-boot-openmoko_svn.bb @@ -6,7 +6,7 @@ PRIORITY = "optional" PROVIDES = "virtual/bootloader" LOCALVERSION = "+git${SRCDATE}+svnr${SRCREV}" PV = "1.3.1${LOCALVERSION}" -PR = "r2" +PR = "r3" SRCREV_FORMAT = "patches" @@ -17,7 +17,7 @@ DEFAULT_PREFERENCE = "-1" SRC_URI = "\ git://www.denx.de/git/u-boot.git/;protocol=git;name=upstream \ svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http;name=patches \ - file://uboot-eabi-fix-HACK.patch \ + file://uboot-eabi-fix-HACK.patch;patch=1;maxrev=3773 \ file://uboot-20070311-tools_makefile_ln_sf.patch;patch=1 \ file://makefile-no-dirafter.patch;patch=1 \ file://boot-menu-gfx-fix-openmoko-bug-1140.patch;patch=1 \ |