[oe-commits] Martin Jansa : webkit-efl: new recipe from SHR

git version control git at git.openembedded.org
Wed Nov 18 09:05:59 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: b953f04d8a06e4e6129fa0b677145967ff0a010e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b953f04d8a06e4e6129fa0b677145967ff0a010e

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 09:08:39 2009 +0100

webkit-efl: new recipe from SHR

---

 recipes/webkit/webkit-efl_git.bb |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/recipes/webkit/webkit-efl_git.bb b/recipes/webkit/webkit-efl_git.bb
new file mode 100644
index 0000000..42d6fc8
--- /dev/null
+++ b/recipes/webkit/webkit-efl_git.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = " Webkit browser engine, EFL edition"
+LICENSE = "GPL"
+PV="0.1+gitr${SRCREV}"
+PR="r1"
+
+DEPENDS = "icu flex gst-plugins-base gstreamer jpeg libpng libxml2 pango \
+           libsoup-2.4 eina ecore evas edje cairo fontconfig freetype curl \
+           sqlite3 libxslt gperf-native libxt"
+
+SRC_URI = "git://gitorious.org/webkit-efl/webkit-efl.git;protocol=git;branch=master"
+
+S= "${WORKDIR}/git"
+
+inherit autotools lib_package pkgconfig
+
+EXTRA_OECONF = "--disable-video --host=${TARGET_SYS} --with-port=efl --enable-web-workers=no"
+
+do_stage() {
+    autotools_stage_all
+}
+
+PACKAGES =+ "${PN}-webinspector"
+FILES_${PN}-webinspector = "${datadir}/webkit-1.0/webinspector/"





More information about the Openembedded-commits mailing list