[oe-commits] org.oe.dev uboot-openmoko: pinpoint GIT revision

mickeyl commit openembedded-commits at lists.openembedded.org
Mon Aug 6 21:26:56 UTC 2007


uboot-openmoko: pinpoint GIT revision

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 2e5ca879b0b5d1ceccf5fc71a1cf0180427f5955
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2e5ca879b0b5d1ceccf5fc71a1cf0180427f5955
Files:
1
packages/uboot/uboot-openmoko_svn.bb
Diffs:

#
# mt diff -rda728408f0374f78b6e642050971f7596ef2ae59 -r2e5ca879b0b5d1ceccf5fc71a1cf0180427f5955
#
# 
# 
# patch "packages/uboot/uboot-openmoko_svn.bb"
#  from [dfadccc827c84da11256d43fc3d8e7caf1111222]
#    to [c5df9ff220f06731e8a618a15ddf6868cc4204ef]
# 
============================================================
--- packages/uboot/uboot-openmoko_svn.bb	dfadccc827c84da11256d43fc3d8e7caf1111222
+++ packages/uboot/uboot-openmoko_svn.bb	c5df9ff220f06731e8a618a15ddf6868cc4204ef
@@ -1,15 +1,16 @@ PRIORITY = "optional"
 DESCRIPTION = "U-boot bootloader w/ Neo1973 (GTA01) support"
 AUTHOR = "Harald Welte <laforge at 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 \






More information about the Openembedded-commits mailing list