expedite: ship everything it needs in one package
authorMichael Lauer <mickey@vanille-media.de>
Thu, 6 Dec 2007 01:56:50 +0000 (01:56 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 6 Dec 2007 01:56:50 +0000 (01:56 +0000)
packages/e17/expedite_cvs.bb

index f3d77f0..a35d3b1 100644 (file)
@@ -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}"
+