diff options
author | Holger Freyther <zecke@selfish.org> | 2008-01-08 08:56:06 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-01-08 08:56:06 +0000 |
commit | 130c765e5e66d957ad943b91c9b6ad77306ba310 (patch) | |
tree | d3bce0d3825f0b3eedea3f5f3dec25d360413fd8 /packages/u-boot/u-boot-openmoko_svn.bb | |
parent | a99004bdc6d8c65c0b5dceaef78768b230ddcb7e (diff) | |
parent | 460978eb9e5ff4de83446a92096d65fa804b6d7b (diff) |
merge of '4758ca456d2363e1b00659c33da6c72ea4ac3074'
and 'e2c29cfbd284f015d3c4165234bbaf65c184d38d'
Diffstat (limited to 'packages/u-boot/u-boot-openmoko_svn.bb')
-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 61e4516e1f..73bb9c471f 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 = "r3" +PR = "r0" SRCREV_FORMAT = "patches" @@ -20,7 +20,7 @@ SRC_URI = "\ 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 \ + file://boot-menu-gfx-fix-openmoko-bug-1140.patch;patch=1;maxrev=3775 \ " S = "${WORKDIR}/git" |