[oe-commits] Martin Jansa : EFL: upgrade SRCREV

git version control git at git.openembedded.org
Wed Oct 27 21:16:51 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Oct 25 09:47:10 2010 +0200

EFL: upgrade SRCREV

* fixed python-elementary after elementary API changes

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

---

 conf/distro/include/sane-srcrevs.inc |    2 +-
 recipes/efl1/ecore_svn.bb            |    6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 4c90b08..20bf650 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -2,4 +2,4 @@
 # only SRCREVs included in more recipes should be here, otherwise put sane SRCREV to recipe directly
 
 OPKG_SRCREV ?= "554"
-EFL_SRCREV ?= "53826"
+EFL_SRCREV ?= "53914"
diff --git a/recipes/efl1/ecore_svn.bb b/recipes/efl1/ecore_svn.bb
index d3ef74c..934a52f 100644
--- a/recipes/efl1/ecore_svn.bb
+++ b/recipes/efl1/ecore_svn.bb
@@ -1,9 +1,5 @@
 require ecore.inc
-#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"
+SRCREV = "${EFL_SRCREV}"
 PR = "r12"
 
 SRC_URI += "\





More information about the Openembedded-commits mailing list