[oe-commits] Koen Kooi : e-wm: fix profile selection in first-run wizard

GIT User account git at amethyst.openembedded.net
Wed Apr 8 06:58:58 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Apr  8 08:54:50 2009 +0200

e-wm: fix profile selection in first-run wizard

---

 recipes/e17/e-wm/fix-profiles.diff |   10 ++++++++++
 recipes/e17/e-wm_svn.bb            |    3 ++-
 2 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/recipes/e17/e-wm/fix-profiles.diff b/recipes/e17/e-wm/fix-profiles.diff
new file mode 100644
index 0000000..d6de734
--- /dev/null
+++ b/recipes/e17/e-wm/fix-profiles.diff
@@ -0,0 +1,10 @@
+===================================================================
+--- e/src/bin/e_config.c (revision 39880)
++++ e/src/bin/e_config.c (revision 39889)
+@@ -1134,5 +1134,5 @@
+      }
+    dir = e_prefix_data_get();
+-   len = snprintf(buf, sizeof(buf), "%s/data/config", dir);
++   len = snprintf(buf, sizeof(buf), "%s/data/config/", dir);
+    if (len >= (int)sizeof(buf))
+      return NULL;
diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb
index c9694fc..e61bce8 100644
--- a/recipes/e17/e-wm_svn.bb
+++ b/recipes/e17/e-wm_svn.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The Enlightenment Window Manager Version 17"
 DEPENDS = "eet evas ecore edje efreet edbus"
 LICENSE = "MIT BSD"
 PV = "0.16.999.050+svnr${SRCREV}"
-PR = "r4"
+PR = "r5"
 
 inherit e update-alternatives
 
@@ -69,6 +69,7 @@ SRC_URI = "\
   file://enlightenment_start.oe \
   file://applications.menu \
   file://gsm-segfault-fix.patch;patch=1;maxrev=37617 \
+  file://fix-profiles.diff;patch=1;maxrev=39889 \
 "
 
 SRC_URI_append_openmoko = " file://illume-disable-screensaver.patch;patch=1 "





More information about the Openembedded-commits mailing list