diff options
author | Dodji Seketeli <dodji@openedhand.com> | 2007-06-21 11:19:02 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@openedhand.com> | 2007-06-21 11:19:02 +0000 |
commit | 8493b277ffa3a20763fc5253db2668d4ee1c8aa2 (patch) | |
tree | 7d067937fc096be371429aac1756aeaab9d35537 /meta/packages/xvideo-tests | |
parent | e1bc49c119cc8fc6738d75905261964a0f057857 (diff) | |
download | poky-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.bb | 17 |
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 @@ | |||
1 | DESCRIPTION = "Simple XVideo test application" | ||
2 | LICENSE = "GPL" | ||
3 | DEPENDS = "libx11 libxv" | ||
4 | |||
5 | PR = "r1" | ||
6 | PV = "0.0+svn${SRCDATE}" | ||
7 | |||
8 | SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" | ||
9 | |||
10 | S = "${WORKDIR}/test-xvideo" | ||
11 | |||
12 | inherit module-base autotools | ||
13 | |||
14 | do_stage () { | ||
15 | autotools_stage_all | ||
16 | } | ||
17 | |||