summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xvideo-tests
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-02-11 11:04:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-12 14:04:31 +0000
commit09140caf52d798289a57df808174549fd0afd3c3 (patch)
treeeb82d6df06b4721e5b3a6e62b6f4c2f256f4d9a1 /meta/recipes-graphics/xvideo-tests
parent1689d590e5e7f9c260cfd5b04a94af6095acf8ac (diff)
downloadpoky-09140caf52d798289a57df808174549fd0afd3c3.tar.gz
xvideo-tests: remove
These tests are very old, unmaintained, and there are far better tools to exercise video codepaths now. (From OE-Core rev: 210506e79f1f251347981c11722f5a16c708d480) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xvideo-tests')
-rw-r--r--meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb b/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb
deleted file mode 100644
index 1d275a0042..0000000000
--- a/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb
+++ /dev/null
@@ -1,18 +0,0 @@
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 = "7d38b881e99eb74169d292b40f7164e461a65092"
8PV = "0.1+git${SRCPV}"
9
10SRC_URI = "git://git.yoctoproject.org/test-xvideo"
11UPSTREAM_CHECK_COMMITS = "1"
12
13S = "${WORKDIR}/git"
14
15inherit autotools distro_features_check
16
17# The libxv requires x11 in DISTRO_FEATURES
18REQUIRED_DISTRO_FEATURES = "x11"