From: Richard Purdie Date: Tue, 13 Nov 2007 23:06:21 +0000 (+0000) Subject: uboot-openmoko: Fix SRCREV_FORMAT and PV so source revisions work correctly X-Git-Tag: 2011-1~10275 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=59330e2d340c30f5397660c976b0ead9119e337d;p=openembedded-core.git 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 --- diff --git a/meta/packages/uboot/uboot-openmoko_svn.bb b/meta/packages/uboot/uboot-openmoko_svn.bb index 3669b409da..57f77e2f70 100644 --- a/meta/packages/uboot/uboot-openmoko_svn.bb +++ b/meta/packages/uboot/uboot-openmoko_svn.bb @@ -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"