mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +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:
parent
d3ed582d3b
commit
516fccefa9
|
|
@ -1,19 +1,10 @@
|
|||
DESCRIPTION = "Simple XVideo test application"
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "virtual/libx11 libxv"
|
||||
|
||||
PV = "0.0+svn${SRCDATE}"
|
||||
PR = "r6"
|
||||
DEPENDS = "libxv"
|
||||
PV = "0.0+svnr${SRCREV}"
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user