webkit-efl: remove Ecore_data.h include to fix build with newer EFL
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 26 Mar 2010 10:09:46 +0000 (11:09 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Fri, 26 Mar 2010 10:23:09 +0000 (11:23 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/webkit/webkit-efl/fix-build-with-newer-ecore.patch [new file with mode: 0644]
recipes/webkit/webkit-efl_git.bb

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 (file)
index 0000000..bbfba43
--- /dev/null
@@ -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>
index 0ca70a0..4120165 100644 (file)
@@ -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"