xvideo-tests: switched to SRCREV, simplified

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2434 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-08-09 11:32:30 +00:00
parent d3ed582d3b
commit 516fccefa9

View File

@ -1,19 +1,10 @@
DESCRIPTION = "Simple XVideo test application"
LICENSE = "GPL"
DEPENDS = "virtual/libx11 libxv"
PV = "0.0+svn${SRCDATE}"
PR = "r6"
DEPENDS = "libxv"
PV = "0.0+svnr${SRCREV}"
SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http"
#SRC_URI="file://xvideo-tests-0.0.1.tar.gz"
S = "${WORKDIR}/test-xvideo"
#S = "${WORKDIR}/xvideo-tests-0.0.1"
inherit autotools
do_stage () {
autotools_stage_all
}