ecore: fix undefined _Ecore_File_Event by using newer SRCREV then EFL_SRCREV (temporary)
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 25 Oct 2010 15:54:11 +0000 (17:54 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Mon, 25 Oct 2010 16:13:08 +0000 (18:13 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/efl1/ecore_svn.bb

index 934a52f..d3ef74c 100644 (file)
@@ -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 += "\