diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-13 00:39:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-13 00:39:39 +0000 |
commit | 0793ed12f8cb82cab47891068c0ed0f657bd0b2d (patch) | |
tree | f6e30dae51295c79c9e2c4fbc15e4a5637fdc55f /packages/gaim | |
parent | 6bb85d3aeddb8a248cbab1e57efdc221fff15082 (diff) |
PV changes to make sure upgrades aren't affected after the recent cvs PV standardisation
Diffstat (limited to 'packages/gaim')
-rw-r--r-- | packages/gaim/gaim_2.0.0-cvs-mco1.bb | 3 | ||||
-rw-r--r-- | packages/gaim/gaim_cvs.bb | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/gaim/gaim_2.0.0-cvs-mco1.bb b/packages/gaim/gaim_2.0.0-cvs-mco1.bb index 7160d8120f..8ff63ee8b9 100644 --- a/packages/gaim/gaim_2.0.0-cvs-mco1.bb +++ b/packages/gaim/gaim_2.0.0-cvs-mco1.bb @@ -1,6 +1,7 @@ PR = "r3" SRCDATE_${PN} = "20050904" -PV = "2.0.0+cvs${SRCDATE}-mco1" +#Change to x.y.z+cvs${SRCDATE}-mco1 when 2.0.0 changes +PV = "2.0.0-cvs-mco1-${SRCDATE}" WEBCVSURL = "http://handhelds.org/cgi-bin/cvsweb.cgi/~checkout~/gaim" diff --git a/packages/gaim/gaim_cvs.bb b/packages/gaim/gaim_cvs.bb index 3daaf44c19..801ec7dd25 100644 --- a/packages/gaim/gaim_cvs.bb +++ b/packages/gaim/gaim_cvs.bb @@ -1,5 +1,6 @@ PR = "r0" -PV = "2.0+cvs${SRCDATE}" +#Remove the dash below when 2.0 changes in PV +PV = "2.0+cvs-${SRCDATE}" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/gaim;module=gaim \ file://no-superimposed-version-on-logo.patch;patch=1 \ |