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/gomunicator | |
parent | 6bb85d3aeddb8a248cbab1e57efdc221fff15082 (diff) |
PV changes to make sure upgrades aren't affected after the recent cvs PV standardisation
Diffstat (limited to 'packages/gomunicator')
-rw-r--r-- | packages/gomunicator/gomunicator_cvs.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gomunicator/gomunicator_cvs.bb b/packages/gomunicator/gomunicator_cvs.bb index 3c3f9352c7..d45d467d45 100644 --- a/packages/gomunicator/gomunicator_cvs.bb +++ b/packages/gomunicator/gomunicator_cvs.bb @@ -4,7 +4,8 @@ LICENSE = "GPLv2" AUTHOR = "Robert Woerle" MAINTAINER = "Koen Kooi <koen@handhelds.org>" DEPENDS = "libgpewidget gtk+ glib-2.0" -PV = "0.1.3+cvs${SRCDATE}" +#Remove the dash below when 0.1.3 changes in PV +PV = "0.1.3+cvs-${SRCDATE}" inherit autotools pkgconfig |