diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-07 21:42:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-07 21:42:26 +0000 |
commit | b6079b6c268d8df773e42a191f12c9afcd17d1c6 (patch) | |
tree | e665d9ee8167a8237254a624c79a3db8b7837cd3 /packages/uboot | |
parent | 1fbdad585b0137cecf62a86a6dac7e91a44505a6 (diff) |
Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup.
Diffstat (limited to 'packages/uboot')
-rw-r--r-- | packages/uboot/uboot_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/uboot/uboot_cvs.bb b/packages/uboot/uboot_cvs.bb index d8a489714d..5ff012555e 100644 --- a/packages/uboot/uboot_cvs.bb +++ b/packages/uboot/uboot_cvs.bb @@ -3,7 +3,7 @@ SECTION = "bootloader" MAINTAINER = "Cliff Brake <cliff.brake@gmail.com>" PRIORITY = "optional" LICENSE = "GPL" -PV = "0.0cvs${CVSDATE}" +PV = "0.0+cvs${SRCDATE}" PR = "r2" PROVIDES = "virtual/bootloader" |