aboutsummaryrefslogtreecommitdiffstats
path: root/packages/uboot
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-06 20:08:29 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-06 20:08:29 +0000
commit8784d7cd4fa54ee83a225c104a0ce835f9130ab3 (patch)
treecd529ca7f0ad8fb23b4cca3b95a56bcebbce82d2 /packages/uboot
parent9fa4ea701540a86211fef835a56f13cf319d39ff (diff)
downloadopenembedded-8784d7cd4fa54ee83a225c104a0ce835f9130ab3.tar.gz
uboot-openmoko: pinpoint GIT revision
Diffstat (limited to 'packages/uboot')
-rw-r--r--packages/uboot/uboot-openmoko_svn.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/uboot/uboot-openmoko_svn.bb b/packages/uboot/uboot-openmoko_svn.bb
index bb9bde7733..06c15c14c2 100644
--- a/packages/uboot/uboot-openmoko_svn.bb
+++ b/packages/uboot/uboot-openmoko_svn.bb
@@ -3,13 +3,14 @@ AUTHOR = "Harald Welte <laforge@openmoko.org>"
LICENSE = "GPL"
SECTION = "bootloader"
PRIORITY = "optional"
-PV = "1.2.0+svn${SRCDATE}"
-PR = "r11"
+
+UBOOT_UPSTREAM_REV = "8993e54b6f397973794f3d6f47d3b3c0c98dd4f6"
+PV = "1.2.0+git${UBOOT_UPSTREAM_REV}+svn${SRCDATE}"
PROVIDES = "virtual/bootloader"
S = "${WORKDIR}/git"
-SRC_URI = "git://www.denx.de/git/u-boot.git/;protocol=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 \
file://uboot-eabi-fix-HACK.patch \
file://uboot-20070311-tools_makefile_ln_sf.patch;patch=1 \