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

inherit e

SRC_URI = "${E_CVS};module=e17/apps/expedite \
           file://hack-disable-opengl.patch;patch=1"
S = "${WORKDIR}/${PN}"

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