[oe-commits] Martin Jansa : webkit-efl: remove Ecore_data. h include to fix build with newer EFL

git version control git at git.openembedded.org
Fri Mar 26 10:31:16 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Mar 26 11:09:46 2010 +0100

webkit-efl: remove Ecore_data.h include to fix build with newer EFL

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../webkit-efl/fix-build-with-newer-ecore.patch    |   10 ++++++++++
 recipes/webkit/webkit-efl_git.bb                   |    5 +++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/recipes/webkit/webkit-efl/fix-build-with-newer-ecore.patch b/recipes/webkit/webkit-efl/fix-build-with-newer-ecore.patch
new file mode 100644
index 0000000..bbfba43
--- /dev/null
+++ b/recipes/webkit/webkit-efl/fix-build-with-newer-ecore.patch
@@ -0,0 +1,10 @@
+--- git.orig/WebKit/efl/EWebLauncher/main.c	2010-03-26 11:07:23.000000000 +0100
++++ git/WebKit/efl/EWebLauncher/main.c	2010-03-26 11:07:29.000000000 +0100
+@@ -28,7 +28,6 @@
+ #include "Api/EWebKit.h"
+ 
+ #include <Ecore.h>
+-#include <Ecore_Data.h>
+ #include <Ecore_Evas.h>
+ #include <Ecore_Getopt.h>
+ #include <Ecore_X.h>
diff --git a/recipes/webkit/webkit-efl_git.bb b/recipes/webkit/webkit-efl_git.bb
index 0ca70a0..4120165 100644
--- a/recipes/webkit/webkit-efl_git.bb
+++ b/recipes/webkit/webkit-efl_git.bb
@@ -5,10 +5,11 @@ DEPENDS = "icu flex gst-plugins-base gstreamer jpeg libpng libxml2 pango \
            sqlite3 libxslt gperf-native libxt"
 
 PV = "1.1.11+gitr${SRCREV}"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "git://gitorious.org/webkit-efl/webkit-efl.git;protocol=git;branch=master \
-           file://fix-build-with-newer-evas.patch;patch=1"
+           file://fix-build-with-newer-evas.patch;patch=1 \
+           file://fix-build-with-newer-ecore.patch;patch=1"
 
 S = "${WORKDIR}/git"
 





More information about the Openembedded-commits mailing list