summaryrefslogtreecommitdiffstats
path: root/meta/packages/xvideo-tests
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@openedhand.com>2007-06-21 11:19:02 +0000
committerDodji Seketeli <dodji@openedhand.com>2007-06-21 11:19:02 +0000
commit8493b277ffa3a20763fc5253db2668d4ee1c8aa2 (patch)
tree7d067937fc096be371429aac1756aeaab9d35537 /meta/packages/xvideo-tests
parente1bc49c119cc8fc6738d75905261964a0f057857 (diff)
downloadpoky-8493b277ffa3a20763fc5253db2668d4ee1c8aa2.tar.gz
change test-xvideo into xvideo-tests
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1980 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xvideo-tests')
-rw-r--r--meta/packages/xvideo-tests/xvideo-tests_svn.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/xvideo-tests/xvideo-tests_svn.bb b/meta/packages/xvideo-tests/xvideo-tests_svn.bb
new file mode 100644
index 0000000000..7904d2c1ac
--- /dev/null
+++ b/meta/packages/xvideo-tests/xvideo-tests_svn.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Simple XVideo test application"
2LICENSE = "GPL"
3DEPENDS = "libx11 libxv"
4
5PR = "r1"
6PV = "0.0+svn${SRCDATE}"
7
8SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http"
9
10S = "${WORKDIR}/test-xvideo"
11
12inherit module-base autotools
13
14do_stage () {
15 autotools_stage_all
16}
17