diff options
author | Daniel Willmann <daniel@totalueberwachung.de> | 2007-08-23 01:59:28 +0000 |
---|---|---|
committer | Daniel Willmann <daniel@totalueberwachung.de> | 2007-08-23 01:59:28 +0000 |
commit | a95cb828404a18e2c15f12a3eea4dd26e4f33c63 (patch) | |
tree | 43d8ac556021ed437998683b03fa0bb4fa44b572 /packages/uboot/uboot-openmoko_svn.bb | |
parent | a503988c296bc863232cce143ec991340e8d4dd8 (diff) |
uboot-openmoko_svn.bb: Use temporary stable patch branch for pinned u-boot revision
Diffstat (limited to 'packages/uboot/uboot-openmoko_svn.bb')
-rw-r--r-- | packages/uboot/uboot-openmoko_svn.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/uboot/uboot-openmoko_svn.bb b/packages/uboot/uboot-openmoko_svn.bb index d7a07a7d00..c14c523ac0 100644 --- a/packages/uboot/uboot-openmoko_svn.bb +++ b/packages/uboot/uboot-openmoko_svn.bb @@ -6,12 +6,13 @@ PRIORITY = "optional" UBOOT_UPSTREAM_REV = "8993e54b6f397973794f3d6f47d3b3c0c98dd4f6" PV = "1.2.0+git${UBOOT_UPSTREAM_REV}+svn${SRCDATE}" +PR = "r1" PROVIDES = "virtual/bootloader" S = "${WORKDIR}/git" SRC_URI = "git://www.denx.de/git/u-boot.git/;protocol=git;tag=${UBOOT_UPSTREAM_REV} \ - svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http \ + svn://svn.openmoko.org/branches/u-boot/pre-20070822;module=patches;proto=http \ file://uboot-eabi-fix-HACK.patch \ file://uboot-20070311-tools_makefile_ln_sf.patch;patch=1 \ " |