uboot-openmoko: pinpoint GIT revision
authorMichael Lauer <mickey@vanille-media.de>
Mon, 6 Aug 2007 20:08:29 +0000 (20:08 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 6 Aug 2007 20:08:29 +0000 (20:08 +0000)
packages/uboot/uboot-openmoko_svn.bb

index bb9bde7..06c15c1 100644 (file)
@@ -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 \