diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-06-26 17:03:14 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:19:02 +0100 |
commit | 2478c71757ae0caeadcf06ac9e1b7554a8b6d346 (patch) | |
tree | fecb0d5744d5cbde366758606165fc953306e88f /meta/packages/xvideo-tests/xvideo-tests_svn.bb | |
parent | 5304abed42289578f4d256c078c9b24a89a3606b (diff) | |
download | poky-2478c71757ae0caeadcf06ac9e1b7554a8b6d346.tar.gz |
xvideo-tests: Change the version to 270
The latest upstream for xvideo-tests is 270, not 272
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages/xvideo-tests/xvideo-tests_svn.bb')
-rw-r--r-- | meta/packages/xvideo-tests/xvideo-tests_svn.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/xvideo-tests/xvideo-tests_svn.bb b/meta/packages/xvideo-tests/xvideo-tests_svn.bb index ed42c58eb2..eec33acc0c 100644 --- a/meta/packages/xvideo-tests/xvideo-tests_svn.bb +++ b/meta/packages/xvideo-tests/xvideo-tests_svn.bb | |||
@@ -2,6 +2,7 @@ DESCRIPTION = "Simple XVideo test application" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | DEPENDS = "libxv" | 3 | DEPENDS = "libxv" |
4 | PV = "0.0+svnr${SRCREV}" | 4 | PV = "0.0+svnr${SRCREV}" |
5 | PR = "r0" | ||
5 | 6 | ||
6 | SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http" | 7 | SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http" |
7 | 8 | ||