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
This commit is contained in:
Richard Purdie
2007-06-18 22:33:16 +00:00
parent 29dc7ae341
commit 5913a0765b
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ SRCDATE_gtk-theme-torturer = "20070529"
SRCDATE_libsyncml = "20070529"
SRCDATE_matchbox-applet-light = "20070529"
SRCDATE_fstests = "20070529"
SRCDATE_test-xvideo ?= "now"
SRCDATE_test-xvideo ?= "20070619"
#
# Preferred Versions:

View File

@@ -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"