Files
poky/meta/packages/xvideo-tests/xvideo-tests_svn.bb
Ross Burton 5eaa4fc257 Remove inherit module-base
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2384 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-08 10:27:24 +00:00

20 lines
387 B
BlitzBasic

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
}