diff options
Diffstat (limited to 'meta/recipes-graphics/xvideo-tests')
-rw-r--r-- | meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb (renamed from meta/recipes-graphics/xvideo-tests/xvideo-tests_svn.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xvideo-tests/xvideo-tests_svn.bb b/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb index 0c6ca3feab..166b50b9b3 100644 --- a/meta/recipes-graphics/xvideo-tests/xvideo-tests_svn.bb +++ b/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb | |||
@@ -4,12 +4,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
4 | file://src/test-xvideo.c;beginline=1;endline=20;md5=6ae3b4c3c2ff9e51dbbc35bb237afa00" | 4 | file://src/test-xvideo.c;beginline=1;endline=20;md5=6ae3b4c3c2ff9e51dbbc35bb237afa00" |
5 | DEPENDS = "libxv" | 5 | DEPENDS = "libxv" |
6 | 6 | ||
7 | SRCREV = "270" | 7 | SRCREV = "f8f320d0254c09ce483fc1d8ee99ecf5bc940965" |
8 | PV = "0.0+svnr${SRCPV}" | 8 | PV = "0.1+git${SRCPV}" |
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http" | 11 | SRC_URI = "git://git.yoctoproject.org/test-xvideo;protocol=git" |
12 | 12 | ||
13 | S = "${WORKDIR}/test-xvideo" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | inherit autotools | 15 | inherit autotools |