[oe-commits] Martin Jansa : e-wm: bump SRCREV a bit more than EFL_SRCREV is now

git version control git at git.openembedded.org
Wed Jan 12 15:39:52 UTC 2011


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Jan 12 16:36:16 2011 +0100

e-wm: bump SRCREV a bit more than EFL_SRCREV is now

* ie illume-keybard makes E segfault in some configurations

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

---

 recipes/e17/e-wm_svn.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb
index 397272d..3c35b85 100644
--- a/recipes/e17/e-wm_svn.bb
+++ b/recipes/e17/e-wm_svn.bb
@@ -4,7 +4,9 @@ LICENSE = "MIT BSD"
 SRCNAME = "e"
 PV = "0.16.999.060+svnr${SRCPV}"
 PR = "r18"
-SRCREV = "${EFL_SRCREV}"
+#SRCREV = "${EFL_SRCREV}"
+#we need newer SRCREV now, remove with next EFL_SRCREV bump
+SRCREV = "56059"
 
 inherit e update-alternatives
 





More information about the Openembedded-commits mailing list