mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02: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"
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user