summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xvideo-tests
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
commit972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch)
tree97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta/recipes-graphics/xvideo-tests
downloadpoky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-graphics/xvideo-tests')
-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