aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-25 17:54:11 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-25 18:13:08 +0200
commitc8ff94f2ab4f9d8ad0367ea22c3efb7747313c46 (patch)
tree97356a625096e8dfd1af6350c35101cc73333238 /recipes/efl1
parentfcdc032623faf07c6877402ca355c6c8ce159d16 (diff)
downloadopenembedded-c8ff94f2ab4f9d8ad0367ea22c3efb7747313c46.tar.gz
ecore: fix undefined _Ecore_File_Event by using newer SRCREV then EFL_SRCREV (temporary)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1')
-rw-r--r--recipes/efl1/ecore_svn.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/efl1/ecore_svn.bb b/recipes/efl1/ecore_svn.bb
index 934a52f1e4..d3ef74c0be 100644
--- a/recipes/efl1/ecore_svn.bb
+++ b/recipes/efl1/ecore_svn.bb
@@ -1,5 +1,9 @@
require ecore.inc
-SRCREV = "${EFL_SRCREV}"
+#SRCREV = "${EFL_SRCREV}"
+#Temporary for fix of bug introduced in 53810
+#typedef enum _Ecore_File_Event Ecore_File_Event;
+#was defined before enum itself and ie webkit-efl fails to rebuild with it
+SRCREV = "53869"
PR = "r12"
SRC_URI += "\