From: John Lee Date: Wed, 23 Apr 2008 15:11:40 +0000 (+0000) Subject: u-boot-openmoko_1.3.1+git+svn.bb: change SRCREV_FORMAT and PV X-Git-Tag: Release-2010-05/1~7120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40022501ff057bc01f501596adfc866d30f86363;p=openembedded.git u-boot-openmoko_1.3.1+git+svn.bb: change SRCREV_FORMAT and PV * now AUTOREV will only get the latest svn * change PV format so alpha order by svn applied changes from 276bef1b16040a63e45a2e1f8c2ffaa589a424f2 through 24739fd87914c74844255e3bb065d9496c3a5b5a --- diff --git a/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb b/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb index 7e1bbc64e8..502a62b6ea 100644 --- a/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb +++ b/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb @@ -6,9 +6,9 @@ PRIORITY = "optional" UBOOT_UPSTREAM_REV = "b29661fc1151077776454288051bc9a488351ce8" UBOOT_MACHINES = "gta01bv2 gta01bv3 gta01bv4 gta02v2 gta02v3 gta02v4 gta02v5" -SRCREV_FORMAT = "+gitupstream+svnpatchset" +SRCREV_FORMAT = "patchset" -PV = "1.3.1${SRCREV}" +PV = "1.3.1+svnr${SRCREV}+git${UBOOT_UPSTREAM_REV}" PR = "r3" PROVIDES = "virtual/bootloader" @@ -18,8 +18,6 @@ SRC_URI = "\ git://www.denx.de/git/u-boot.git;protocol=git;tag=${UBOOT_UPSTREAM_REV};name=upstream \ svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http;name=patchset \ file://uboot-20070311-tools_makefile_ln_sf.patch;patch=1 \ -# file://makefile-no-dirafter.patch;patch=1 \ -# file://fix-data-abort-from-sd-ombug799.patch;patch=1 \ " EXTRA_OEMAKE = "ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}"