summaryrefslogtreecommitdiffstats
path: root/meta/packages/xvideo-tests/xvideo-tests_svn.bb
blob: a373b53100c749cc9cd26ba2d4f6976b5c40bc7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Simple XVideo test application"
LICENSE = "GPL"
DEPENDS = "virtual/libx11 libxv"

PV = "0.0+svn${SRCDATE}"
PR = "r6"

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
}