[oe-commits] Martin Jansa : ecore: fix undefined _Ecore_File_Event by using newer SRCREV then EFL_SRCREV ( temporary)

git version control git at git.openembedded.org
Mon Oct 25 16:18:31 UTC 2010


Module: openembedded.git
Branch: master
Commit: c8ff94f2ab4f9d8ad0367ea22c3efb7747313c46
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c8ff94f2ab4f9d8ad0367ea22c3efb7747313c46

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Oct 25 17:54:11 2010 +0200

ecore: fix undefined _Ecore_File_Event by using newer SRCREV then EFL_SRCREV (temporary)

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

---

 recipes/efl1/ecore_svn.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/efl1/ecore_svn.bb b/recipes/efl1/ecore_svn.bb
index 934a52f..d3ef74c 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 += "\





More information about the Openembedded-commits mailing list