mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
Updated test-xvideo_svn.bb.
To set SRCDATES_test-xvideo, don't use sanesrcdates.inc - it is not used anymore. use poky.conf instead. needless to add srcdate=blah in SRC_URI now. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1971 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -85,5 +85,4 @@ SRCDATE_xirssi ?= "20060814"
|
||||
SRCDATE_xsvg ?= "20060814"
|
||||
SRCDATE_yamonenv ?= "20060814"
|
||||
SRCDATE_zroadmap ?= "20060814"
|
||||
SRCDATE_test-xvideo ?= "now"
|
||||
|
||||
|
||||
@@ -117,6 +117,7 @@ SRCDATE_gtk-theme-torturer = "20070529"
|
||||
SRCDATE_libsyncml = "20070529"
|
||||
SRCDATE_matchbox-applet-light = "20070529"
|
||||
SRCDATE_fstests = "20070529"
|
||||
SRCDATE_test-xvideo ?= "now"
|
||||
|
||||
#
|
||||
# Preferred Versions:
|
||||
|
||||
@@ -2,12 +2,11 @@ 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"
|
||||
|
||||
PR = "r1"
|
||||
PV = "svn${SRCDATE}"
|
||||
|
||||
SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http"
|
||||
|
||||
S = "${WORKDIR}/test-xvideo"
|
||||
|
||||
inherit module-base autotools
|
||||
|
||||
Reference in New Issue
Block a user