aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e17/expedite_cvs.bb
blob: ea376c2442981caefff5429931c4c9fc63b2561b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Expedite is a comprehensive benchmarking suite for evas"
DEPENDS = "evas"
LICENSE = "MIT"
PV = "0.0.0+cvs${SRCDATE}"
PR = "r0"

inherit e

SRC_URI = "cvs://anonymous@anoncvs.enlightenment.org/var/cvs/e;module=e17/apps/expedite"
S = "${WORKDIR}/${PN}"

do_configure_append() {
        find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
}