diff options
author | Dodji Seketeli <dodji@openedhand.com> | 2007-06-22 15:38:14 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@openedhand.com> | 2007-06-22 15:38:14 +0000 |
commit | b5ef8fa958266ee31c1dd07e1a8e2845ba673558 (patch) | |
tree | 5a87e0ed74f065cde9f3b18f3514bf40f61458cd /meta | |
parent | c765a2e5e38af6b14f01e88c31086f6497d0aa90 (diff) | |
download | poky-b5ef8fa958266ee31c1dd07e1a8e2845ba673558.tar.gz |
update to latest test-xvideo svn revision that fixes a couple of issues.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1989 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 | ||||
-rw-r--r-- | meta/packages/xvideo-tests/xvideo-tests_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 7ac71686f0..60245156ca 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -118,7 +118,7 @@ SRCDATE_libsyncml = "20070529" | |||
118 | SRCDATE_matchbox-applet-light = "20070529" | 118 | SRCDATE_matchbox-applet-light = "20070529" |
119 | SRCDATE_fstests = "20070529" | 119 | SRCDATE_fstests = "20070529" |
120 | SRCDATE_abiword ?= "20070130" | 120 | SRCDATE_abiword ?= "20070130" |
121 | SRCDATE_test-xvideo ?= "20070621" | 121 | SRCDATE_test-xvideo ?= "20070622" |
122 | 122 | ||
123 | # | 123 | # |
124 | # Preferred Versions: | 124 | # Preferred Versions: |
diff --git a/meta/packages/xvideo-tests/xvideo-tests_svn.bb b/meta/packages/xvideo-tests/xvideo-tests_svn.bb index e3a9f16f88..77de1ba83c 100644 --- a/meta/packages/xvideo-tests/xvideo-tests_svn.bb +++ b/meta/packages/xvideo-tests/xvideo-tests_svn.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Simple XVideo test application" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | DEPENDS = "libx11 libxv" | 3 | DEPENDS = "libx11 libxv" |
4 | 4 | ||
5 | PR = "r2" | 5 | PR = "r3" |
6 | PV = "0.0+svn${SRCDATE}" | 6 | PV = "0.0+svn${SRCDATE}" |
7 | 7 | ||
8 | SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http" | 8 | SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http" |