mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
xvideo-tests: switched to SRCREV, simplified
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2434 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,19 +1,10 @@
|
|||||||
DESCRIPTION = "Simple XVideo test application"
|
DESCRIPTION = "Simple XVideo test application"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "virtual/libx11 libxv"
|
DEPENDS = "libxv"
|
||||||
|
PV = "0.0+svnr${SRCREV}"
|
||||||
PV = "0.0+svn${SRCDATE}"
|
|
||||||
PR = "r6"
|
|
||||||
|
|
||||||
SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http"
|
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}/test-xvideo"
|
||||||
#S = "${WORKDIR}/xvideo-tests-0.0.1"
|
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
do_stage () {
|
|
||||||
autotools_stage_all
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user