summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/e17/expedite_cvs.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/e17/expedite_cvs.bb b/packages/e17/expedite_cvs.bb
index f3d77f0b45..a35d3b182e 100644
--- a/packages/e17/expedite_cvs.bb
+++ b/packages/e17/expedite_cvs.bb
@@ -1,10 +1,10 @@
-DESCRIPTION = "Expedite is a comprehensive benchmarking suite for evas"
+DESCRIPTION = "Expedite is a comprehensive benchmarking suite for Evas"
DEPENDS = "eet evas"
LICENSE = "MIT"
PV = "0.0.0+cvs${SRCDATE}"
-PR = "r0"
+PR = "r1"
-inherit e
+inherit autotools
SRC_URI = "${E_CVS};module=e17/apps/expedite \
file://hack-disable-opengl.patch;patch=1"
@@ -14,3 +14,5 @@ do_configure_append() {
find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
}
+FILES_${PN} += "${datadir}"
+