git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcdc032
)
ecore: fix undefined _Ecore_File_Event by using newer SRCREV then EFL_SRCREV (temporary)
author
Martin Jansa
<Martin.Jansa@gmail.com>
Mon, 25 Oct 2010 15:54:11 +0000
(17:54 +0200)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/recipes/efl1/ecore_svn.bb
b/recipes/efl1/ecore_svn.bb
index
934a52f
..
d3ef74c
100644
(file)
--- 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 += "\