diff options
Diffstat (limited to 'meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb')
-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" | ||