summaryrefslogtreecommitdiff
path: root/packages/e17/expedite_cvs.bb
blob: 12a1c4ce8662ae364242963a6c87eea95c783638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
inherit e

DEPENDS = "evas-x11"

PV = "0.0+cvs${SRCDATE}"

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
}