test-xvideo: Fix SRCDATE and add numeric value to PV
authorRichard Purdie <richard@openedhand.com>
Mon, 18 Jun 2007 22:33:16 +0000 (22:33 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 18 Jun 2007 22:33:16 +0000 (22:33 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1973 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/poky.conf
meta/packages/test-xvideo/test-xvideo_svn.bb

index 6aaf7a2..b8af874 100644 (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:
index d1e6cdb..7904d2c 100644 (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"