summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb')
-rw-r--r--meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb b/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb
new file mode 100644
index 0000000000..27aacde837
--- /dev/null
+++ b/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Simple XVideo test application"
2LICENSE = "GPLv2+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
4 file://src/test-xvideo.c;beginline=1;endline=20;md5=6ae3b4c3c2ff9e51dbbc35bb237afa00"
5DEPENDS = "libxv"
6
7SRCREV = "f8f320d0254c09ce483fc1d8ee99ecf5bc940965"
8PV = "0.1+git${SRCPV}"
9
10SRC_URI = "git://git.yoctoproject.org/test-xvideo"
11
12S = "${WORKDIR}/git"
13
14inherit autotools