remove expedite oe file - in oe and maintained now.

SVN revision: 70551
This commit is contained in:
Carsten Haitzler 2012-04-30 09:47:27 +00:00
parent f9d52d4767
commit 22b8898cfa
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
DESCRIPTION = "Expedite Evas benchmark/test suite"
HOMEPAGE = "http://www.enlightenment.org"
MAINTAINER = "Carsten Haitzler (Rasterman) <raster@rasterman.com>"
SECTION = "e/test"
PRIORITY = "optional"
DEPENDS = "evas"
PV = "0.7.0"
PR = "1"
do_prepsources () {
make clean distclean || true
}
addtask prepsources after do_fetch before do_unpack
SRC_URI = "file://./"
S = "${WORKDIR}/expedite"
inherit autotools pkgconfig binconfig
EXTRA_OECONF = ""
FILES_${PN} = "${bindir}/* ${datadir}"