aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fstests/fstests.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-01 13:20:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-02 00:27:35 +0200
commit926280dac03410f8c535afc948dabfd73ce10463 (patch)
treee696db026d1dc2015943ee46ba14563226e11a58 /recipes/fstests/fstests.bb
parent82b394467d9142edf2721176244c3a7eb26ba69a (diff)
downloadopenembedded-926280dac03410f8c535afc948dabfd73ce10463.tar.gz
sane-srcrevs: move SRCREVs to recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/fstests/fstests.bb')
-rw-r--r--recipes/fstests/fstests.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes/fstests/fstests.bb b/recipes/fstests/fstests.bb
deleted file mode 100644
index 027a990200..0000000000
--- a/recipes/fstests/fstests.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Various benchmarking tests for X"
-HOMEPAGE = "http://www.o-hand.com"
-SECTION = "devel"
-LICENSE = "GPL"
-PV = "0.0+svn${SRCDATE}"
-PR = "r2"
-
-DEPENDS = "gtk+"
-
-inherit autotools
-
-SRC_URI = \
- "svn://svn.o-hand.com/repos/misc/trunk;module=fstests;proto=http"
-
-S = "${WORKDIR}/fstests/tests"
-
-do_install() {
- install -d ${D}${bindir}
- find . -name "test-*" -type f -perm -755 -exec install -m 0755 {} ${D}${bindir} \;
-}