]> code.ossystems Code Review - openembedded-core.git/commitdiff
xvideo-tests: switched to SRCREV, simplified
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 9 Aug 2007 11:32:30 +0000 (11:32 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 9 Aug 2007 11:32:30 +0000 (11:32 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2434 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xvideo-tests/xvideo-tests_svn.bb

index a373b53100c749cc9cd26ba2d4f6976b5c40bc7f..ed42c58eb281a6e8a205473c938df702538e1088 100644 (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
-}
-