[oe-commits] org.oe.dev uboot-openmoko_svn.bb: Use SRCREV.

stefan commit openembedded-commits at lists.openembedded.org
Wed Sep 5 16:03:35 UTC 2007


uboot-openmoko_svn.bb: Use SRCREV.

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

#
# mt diff -r7181fd7d242ef9d29a89f2d8fa4b4ab5d42801ba -rab6f93c0426dd4246e2adea384780cc6c727d8ff
#
# 
# 
# patch "packages/uboot/uboot-openmoko_svn.bb"
#  from [e2be2c8abbfa2f529e0ca0879acb4195c4db28ac]
#    to [a9daac10326cc7c8c5b0dfea1c25a605b5855bc9]
# 
============================================================
--- packages/uboot/uboot-openmoko_svn.bb	e2be2c8abbfa2f529e0ca0879acb4195c4db28ac
+++ packages/uboot/uboot-openmoko_svn.bb	a9daac10326cc7c8c5b0dfea1c25a605b5855bc9
@@ -1,19 +1,21 @@ PROVIDES = "virtual/bootloader"
 DESCRIPTION = "U-boot bootloader w/ Neo1973 (GTA01) support"
 AUTHOR = "Harald Welte <laforge at openmoko.org>"
 LICENSE = "GPL"
 SECTION = "bootloader"
 PRIORITY = "optional"
 PROVIDES = "virtual/bootloader"
-PV = "1.2.0+git${SRCDATE}+svn${SRCDATE}"
+PV = "1.2.0+git${SRCDATE}+svnr${SRCREV}"
 PR = "r0"
 
+SRCREV_FORMAT = "patches"
+
 UBOOT_MACHINES = "gta01bv2 gta01bv3 gta01bv4 smdk2440 hxd8 qt2410 gta02v1 gta02v2"
 
 DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "\
-  git://www.denx.de/git/u-boot.git/;protocol=git \
-  svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http \
+  git://www.denx.de/git/u-boot.git/;protocol=git;name=upstream \
+  svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http;name=patches \
   file://uboot-eabi-fix-HACK.patch \
   file://uboot-20070311-tools_makefile_ln_sf.patch;patch=1 \
 "






More information about the Openembedded-commits mailing list