diff options
| author | Ross Burton <ross.burton@intel.com> | 2019-02-11 11:04:23 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-12 14:04:31 +0000 |
| commit | 09140caf52d798289a57df808174549fd0afd3c3 (patch) | |
| tree | eb82d6df06b4721e5b3a6e62b6f4c2f256f4d9a1 /meta/recipes-graphics/xvideo-tests | |
| parent | 1689d590e5e7f9c260cfd5b04a94af6095acf8ac (diff) | |
| download | poky-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.bb | 18 |
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 @@ | |||
| 1 | SUMMARY = "Simple XVideo test application" | ||
| 2 | LICENSE = "GPLv2+" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | ||
| 4 | file://src/test-xvideo.c;beginline=1;endline=20;md5=6ae3b4c3c2ff9e51dbbc35bb237afa00" | ||
| 5 | DEPENDS = "libxv" | ||
| 6 | |||
| 7 | SRCREV = "7d38b881e99eb74169d292b40f7164e461a65092" | ||
| 8 | PV = "0.1+git${SRCPV}" | ||
| 9 | |||
| 10 | SRC_URI = "git://git.yoctoproject.org/test-xvideo" | ||
| 11 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit autotools distro_features_check | ||
| 16 | |||
| 17 | # The libxv requires x11 in DISTRO_FEATURES | ||
| 18 | REQUIRED_DISTRO_FEATURES = "x11" | ||
