summaryrefslogtreecommitdiff
path: root/packages/inputpipe
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-01-13 00:39:39 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-13 00:39:39 +0000
commit0793ed12f8cb82cab47891068c0ed0f657bd0b2d (patch)
treef6e30dae51295c79c9e2c4fbc15e4a5637fdc55f /packages/inputpipe
parent6bb85d3aeddb8a248cbab1e57efdc221fff15082 (diff)
PV changes to make sure upgrades aren't affected after the recent cvs PV standardisation
Diffstat (limited to 'packages/inputpipe')
-rw-r--r--packages/inputpipe/inputpipe_svn.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/inputpipe/inputpipe_svn.bb b/packages/inputpipe/inputpipe_svn.bb
index 87ececd731..ffa59a762a 100644
--- a/packages/inputpipe/inputpipe_svn.bb
+++ b/packages/inputpipe/inputpipe_svn.bb
@@ -3,7 +3,8 @@ PRIORITY = "optional"
DESCRIPTION = "Inputpipe is a network transparency layer for linux input devices"
MAINTAINER = "Micah Dowty <micah@navi.cx>"
LICENSE = "GPL"
-PV = "0.5+svn${SRCDATE}"
+#Remove the dash below when 0.5 changes in PV
+PV = "0.5+svn-${SRCDATE}"
SRC_URI = "svn://svn.navi.cx/misc/trunk;module=inputpipe;proto=http"
S = "${WORKDIR}/inputpipe"