[oe-commits] Angus Ainslie : eve: rename ewww recipe to eve and change the src_uri

GIT User account git at amethyst.openembedded.net
Fri Apr 24 21:38:47 UTC 2009


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

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Fri Apr 24 15:32:57 2009 -0600

eve: rename ewww recipe to eve and change the src_uri

---

 recipes/e17/eve_svn.bb   |   10 ++++++++++
 recipes/ewww/ewww_git.bb |    8 --------
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/recipes/e17/eve_svn.bb b/recipes/e17/eve_svn.bb
new file mode 100644
index 0000000..c387ee2
--- /dev/null
+++ b/recipes/e17/eve_svn.bb
@@ -0,0 +1,10 @@
+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"
+
+inherit autotools
diff --git a/recipes/ewww/ewww_git.bb b/recipes/ewww/ewww_git.bb
deleted file mode 100644
index 63bb2cf..0000000
--- a/recipes/ewww/ewww_git.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-DESCRIPTION = " Enlightenment webbrowser"
-LICENSE = "GPL"
-DEPENDS = "webkit-efl evas ecore edje"
-SRC_URI = "git://git.profusion.mobi/users/gustavo/ewww.git;protocol=git"
-PV="0.0.1"
-PR="r0"
-
-inherit autotools





More information about the Openembedded-commits mailing list