diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-12-10 00:33:42 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-12-10 00:33:42 +0000 |
commit | cf7dde4a89594d9a772cc1bca6fa7b4e05e8d0ce (patch) | |
tree | 2b135aef28d07a3e5328b616748262fd476508a9 /packages | |
parent | 9819112c663d6a5d5c2c02f507b94be55b013fb0 (diff) |
uboot-openmoko svn bump version to 1.3.0+svn, fix display of LOCALVERSION
Diffstat (limited to 'packages')
-rw-r--r-- | packages/uboot/uboot-openmoko_1.3.0+svn.bb (renamed from packages/uboot/uboot-openmoko_svn.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/uboot/uboot-openmoko_svn.bb b/packages/uboot/uboot-openmoko_1.3.0+svn.bb index 509f9e2df0..36ec1e130e 100644 --- a/packages/uboot/uboot-openmoko_svn.bb +++ b/packages/uboot/uboot-openmoko_1.3.0+svn.bb @@ -4,8 +4,9 @@ LICENSE = "GPL" SECTION = "bootloader" PRIORITY = "optional" PROVIDES = "virtual/bootloader" -PV = "1.2.0+git${SRCDATE}+svnr${SRCREV}" -PR = "r2" +LOCALVERSION = "+git${SRCDATE}+svnr${SRCREV}" +PV = "1.3.0${LOCALVERSION}" +PR = "r0" SRCREV_FORMAT = "patches" |