summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/fstests
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-07-03 14:29:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-05 00:22:08 +0100
commit846193422cd0cd02cdc6c923ec40f2d5d7672a29 (patch)
treeec5543b8d97741c771ed6f85eef543d41ad81a5b /meta/recipes-graphics/fstests
parent7647d7a019cb4e4e9d35adc263dfe20176a3e577 (diff)
downloadpoky-846193422cd0cd02cdc6c923ec40f2d5d7672a29.tar.gz
fstests: remove
These tests are very old and there are better benchmarking systems available now. (From OE-Core rev: 516c1d5c2b2875ac103d4b5e8e482f852477dc8f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/fstests')
-rw-r--r--meta/recipes-graphics/fstests/fstests_git.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-graphics/fstests/fstests_git.bb b/meta/recipes-graphics/fstests/fstests_git.bb
deleted file mode 100644
index 69f217830a..0000000000
--- a/meta/recipes-graphics/fstests/fstests_git.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "Various benchmarning tests for X"
2HOMEPAGE = "http://www.o-hand.com"
3SECTION = "devel"
4LICENSE = "Zlib"
5DEPENDS = "pango libxext libxft virtual/libx11 gtk+"
6
7SRCREV = "e5939ff608b95cdd4d0ab0e1935781ab9a276ac0"
8PV = "0.1+git${SRCPV}"
9
10SRC_URI = "git://git.yoctoproject.org/${BPN}"
11UPSTREAM_CHECK_COMMITS = "1"
12
13LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac6cc180f7655"
14
15S = "${WORKDIR}/git/tests"
16
17inherit autotools pkgconfig distro_features_check
18# depends on virtual/libx11
19REQUIRED_DISTRO_FEATURES = "x11"