uboot-openmoko: Fix SRCREV_FORMAT and PV so source revisions work correctly

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3146 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-11-13 23:06:21 +00:00
parent e13102cd66
commit 59330e2d34
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ LICENSE = "GPL"
SECTION = "bootloader"
PRIORITY = "optional"
PROVIDES = "virtual/bootloader"
PV = "1.2.0+git${SRCDATE}+svnr${SRCREV}"
PV = "1.2.0${SRCREV}"
PR = "r1"
SRCREV_FORMAT = "patches"
SRCREV_FORMAT = "+svnrpatches+git-locrevupstream"
UBOOT_MACHINES = "gta01bv2 gta01bv3 gta01bv4 smdk2440 hxd8 qt2410 gta02v1 gta02v2"