[oe-commits] Frederik Sdun : ewww : add untested ewww recipe

GIT User account git at amethyst.openembedded.net
Thu Apr 23 21:56:27 UTC 2009


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

Author: Frederik Sdun <playya at IRC>
Date:   Thu Apr 23 11:24:55 2009 -0600

ewww : add untested ewww recipe

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>
Signed-off-by: Angus Ainslie <nytowl at openmoko.org>

---

 recipes/ewww/ewww_git.bb         |    8 ++++++++
 recipes/webkit/webkit-efl_git.bb |   12 ++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/recipes/ewww/ewww_git.bb b/recipes/ewww/ewww_git.bb
new file mode 100644
index 0000000..7ecb733
--- /dev/null
+++ b/recipes/ewww/ewww_git.bb
@@ -0,0 +1,8 @@
+DESCRIPTION = " Enlightenment webbrowser"
+LICENSE = "GPL"
+DEPENDS = "webkit-efl evas ecore edje"
+SRC_URI = "git://git.profusion.mobi/users/gustavo/ewww.git;proto=git"
+PV="0.0.1"
+PR="r0"
+
+inherit autotools
diff --git a/recipes/webkit/webkit-efl_git.bb b/recipes/webkit/webkit-efl_git.bb
new file mode 100644
index 0000000..c41b3f7
--- /dev/null
+++ b/recipes/webkit/webkit-efl_git.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = " Webkit browser engine, EFL edition"
+LICENSE = "GPL"
+PV="0.0.1"
+PR="r0"
+DEPENDS = "icu gst-plugins-base gstreamer jpeg libpng libxml2 pango libsoup eina ecore evas edje cairo fontconfig freetype curl sqlite libxslt"
+
+SRC_URI = "git://code.staikos.net/webkit;branch=origin/kenneth/efl-port;protocol=git"
+
+S= "${WORKDIR}/webkit"
+
+inherit autotools lib_package
+EXTRA_OECONF = "--with-port=efl --enable-web-workers=no"





More information about the Openembedded-commits mailing list