]> code.ossystems Code Review - openembedded-core.git/commitdiff
xvideo-tests: Change the version to 270
authorDongxiao Xu <dongxiao.xu@intel.com>
Sat, 26 Jun 2010 09:03:14 +0000 (17:03 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 30 Jun 2010 12:19:02 +0000 (13:19 +0100)
The latest upstream for xvideo-tests is 270, not 272

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/conf/distro/include/poky-default-revisions.inc
meta/packages/xvideo-tests/xvideo-tests_svn.bb

index 7871a69ffbe2f02c3ce72aa8a966e8fb77233faf..7a70c4f63ce3b28c4b2c1e3484fad590732d19a0 100644 (file)
@@ -131,7 +131,7 @@ SRCREV_pn-xf86-input-synaptics ??= "934bc0012f948c52aadc8eda912f7728fb7394a2"
 SRCREV_pn-xserver-kdrive-glamo ??= "a51364e2f23d4b6331c5ed613ce3f7e15f8e540f"
 SRCREV_pn-xserver-xf86-dri-lite ??= "251d0d8090322b2c9dc0c8b7bef001f338d19433"
 SRCREV_pn-xserver-xf86-dri2-lite ??= "251d0d8090322b2c9dc0c8b7bef001f338d19433"
-SRCREV_pn-xvideo-tests ??= "272"
+SRCREV_pn-xvideo-tests ??= "270"
 SRCDATE_yaffs2-utils-native ??= "20071107"
 SRCDATE_yaffs2-utils ??= "20071107"
 SRCREV_pn-zaurusd ??= "358"
index ed42c58eb281a6e8a205473c938df702538e1088..eec33acc0c79c395847a8a6e4b16237929fd3b9d 100644 (file)
@@ -2,6 +2,7 @@ DESCRIPTION = "Simple XVideo test application"
 LICENSE = "GPL"
 DEPENDS = "libxv"
 PV = "0.0+svnr${SRCREV}"
+PR = "r0"
 
 SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http"