From: Martin Jansa Date: Wed, 18 Nov 2009 08:08:39 +0000 (+0100) Subject: webkit-efl: new recipe from SHR X-Git-Tag: Release-2010-05/1~1648^2~183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b953f04d8a06e4e6129fa0b677145967ff0a010e;p=openembedded.git webkit-efl: new recipe from SHR --- diff --git a/recipes/webkit/webkit-efl_git.bb b/recipes/webkit/webkit-efl_git.bb new file mode 100644 index 0000000000..42d6fc8c4c --- /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/"