1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

added test-xvideo package

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1969 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Dodji Seketeli
2007-06-18 18:49:28 +00:00
parent b6dc9fc15a
commit dd1a46ab44
2 changed files with 19 additions and 0 deletions
@@ -85,4 +85,5 @@ SRCDATE_xirssi ?= "20060814"
SRCDATE_xsvg ?= "20060814"
SRCDATE_yamonenv ?= "20060814"
SRCDATE_zroadmap ?= "20060814"
SRCDATE_test-xvideo ?= "now"
@@ -0,0 +1,18 @@
DESCRIPTION = "Simple XVideo test application"
LICENSE = "GPL"
DEPENDS = "libx11 libxv"
PR = "r0"
SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=${PN};srcdate=20070619;proto=http"
PV = "svn${SRCDATE}"
S = "${WORKDIR}/test-xvideo"
inherit module-base autotools
do_stage () {
autotools_stage_all
}