summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-06-18 22:33:16 +0000
committerRichard Purdie <richard@openedhand.com>2007-06-18 22:33:16 +0000
commit5913a0765bca2b510635c5bf9b520c6be724aa5f (patch)
treea27b9f5ac0865d03ca7ecfd66741b84c67c88fc2 /meta/packages
parent29dc7ae341e6725234b57f3f15b1ee60a6f7a928 (diff)
downloadopenembedded-core-contrib-5913a0765bca2b510635c5bf9b520c6be724aa5f.tar.gz
test-xvideo: Fix SRCDATE and add numeric value to PV
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1973 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/test-xvideo/test-xvideo_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/test-xvideo/test-xvideo_svn.bb b/meta/packages/test-xvideo/test-xvideo_svn.bb
index d1e6cdbbf6..7904d2c1ac 100644
--- a/meta/packages/test-xvideo/test-xvideo_svn.bb
+++ b/meta/packages/test-xvideo/test-xvideo_svn.bb
@@ -3,7 +3,7 @@ LICENSE = "GPL"
DEPENDS = "libx11 libxv"
PR = "r1"
-PV = "svn${SRCDATE}"
+PV = "0.0+svn${SRCDATE}"
SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http"