[oe-commits] Angus Ainslie : eve: fix SRC_URI and inherit e.bbclass

GIT User account git at amethyst.openembedded.net
Wed Apr 29 01:05:25 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 7adc776a6adf4abddd75b347e96746b6c0b02015
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7adc776a6adf4abddd75b347e96746b6c0b02015

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Tue Apr 28 15:01:03 2009 -0600

eve: fix  SRC_URI and inherit e.bbclass

---

 recipes/e17/eve_svn.bb |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/recipes/e17/eve_svn.bb b/recipes/e17/eve_svn.bb
index c387ee2..cab03c3 100644
--- a/recipes/e17/eve_svn.bb
+++ b/recipes/e17/eve_svn.bb
@@ -1,10 +1,12 @@
 DESCRIPTION = " Enlightenment webbrowser"
 LICENSE = "GPL"
 DEPENDS = "webkit-efl evas ecore edje"
-SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=eve;proto=http"
-#SRC_URI = "git://git.profusion.mobi/users/gustavo/ewww.git;protocol=git"
-SRC_URI = ""
 PV="0.0.1"
-PR="r0"
+PR="r1"
+
+inherit e
+
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=eve;proto=http"
+S = "${WORKDIR}/eve"
 
-inherit autotools
+FILES_${PN} += "${datadir}"





More information about the Openembedded-commits mailing list