[oe-commits] Koen Kooi : webkit-efl: run thru oe-stylize.py

git version control git at git.openembedded.org
Fri Nov 20 12:47:21 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 2adccab21c4ef2a637957660963ea87a67677810
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2adccab21c4ef2a637957660963ea87a67677810

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Nov 20 12:43:55 2009 +0100

webkit-efl: run thru oe-stylize.py

---

 recipes/webkit/webkit-efl_git.bb |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/recipes/webkit/webkit-efl_git.bb b/recipes/webkit/webkit-efl_git.bb
index 42d6fc8..6d632ed 100644
--- a/recipes/webkit/webkit-efl_git.bb
+++ b/recipes/webkit/webkit-efl_git.bb
@@ -1,23 +1,21 @@
 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"
 
+PV = "0.1+gitr${SRCREV}"
+PR = "r1"
+
 SRC_URI = "git://gitorious.org/webkit-efl/webkit-efl.git;protocol=git;branch=master"
 
-S= "${WORKDIR}/git"
+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} += "${datadir}/webkit-1.0/resources/error.html ${datadir}/webkit-1.0/theme/default.edj"
 FILES_${PN}-webinspector = "${datadir}/webkit-1.0/webinspector/"





More information about the Openembedded-commits mailing list