diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 11:32:30 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 11:32:30 +0000 |
commit | 516fccefa9c6be11c1e1db7dd16a9d1d04d40f18 (patch) | |
tree | 6d9b6500de48ecd62ced126474cdc2dfdb95d8d6 /meta/packages/xvideo-tests | |
parent | d3ed582d3b164070edc2e869eb85c7526f83a7a9 (diff) | |
download | poky-516fccefa9c6be11c1e1db7dd16a9d1d04d40f18.tar.gz |
xvideo-tests: switched to SRCREV, simplified
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2434 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xvideo-tests')
-rw-r--r-- | meta/packages/xvideo-tests/xvideo-tests_svn.bb | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/meta/packages/xvideo-tests/xvideo-tests_svn.bb b/meta/packages/xvideo-tests/xvideo-tests_svn.bb index a373b53100..ed42c58eb2 100644 --- a/meta/packages/xvideo-tests/xvideo-tests_svn.bb +++ b/meta/packages/xvideo-tests/xvideo-tests_svn.bb | |||
@@ -1,19 +1,10 @@ | |||
1 | DESCRIPTION = "Simple XVideo test application" | 1 | DESCRIPTION = "Simple XVideo test application" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | DEPENDS = "virtual/libx11 libxv" | 3 | DEPENDS = "libxv" |
4 | 4 | PV = "0.0+svnr${SRCREV}" | |
5 | PV = "0.0+svn${SRCDATE}" | ||
6 | PR = "r6" | ||
7 | 5 | ||
8 | SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http" | 6 | SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http" |
9 | #SRC_URI="file://xvideo-tests-0.0.1.tar.gz" | ||
10 | 7 | ||
11 | S = "${WORKDIR}/test-xvideo" | 8 | S = "${WORKDIR}/test-xvideo" |
12 | #S = "${WORKDIR}/xvideo-tests-0.0.1" | ||
13 | 9 | ||
14 | inherit autotools | 10 | inherit autotools |
15 | |||
16 | do_stage () { | ||
17 | autotools_stage_all | ||
18 | } | ||
19 | |||