mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2384 311d38ba-8fff-0310-9ca6-ca027cbcb966
20 lines
387 B
BlitzBasic
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
|
|
}
|
|
|