[oe-commits] Koen Kooi : e-wm-config-angstrom: connman module is disabled in recent builds, so don't try to load it

GIT User account git at amethyst.openembedded.net
Fri Apr 17 06:35:49 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Apr 17 08:31:18 2009 +0200

e-wm-config-angstrom: connman module is disabled in recent builds, so don't try to load it

---

 recipes/angstrom/e-wm-config-angstrom.bb    |    2 +-
 recipes/angstrom/e-wm-config-angstrom/e.src |    8 --------
 2 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/recipes/angstrom/e-wm-config-angstrom.bb b/recipes/angstrom/e-wm-config-angstrom.bb
index 4b47e05..3117dd9 100644
--- a/recipes/angstrom/e-wm-config-angstrom.bb
+++ b/recipes/angstrom/e-wm-config-angstrom.bb
@@ -4,7 +4,7 @@ DEPENDS = "edje-native eet-native"
 RDEPENDS = "e-wm"
 RRECOMMENDS_${PN} = "places systray"
 
-PR = "r5"
+PR = "r6"
 
 SRC_URI = " \
           file://e.src \
diff --git a/recipes/angstrom/e-wm-config-angstrom/e.src b/recipes/angstrom/e-wm-config-angstrom/e.src
index 859323d..67ba752 100644
--- a/recipes/angstrom/e-wm-config-angstrom/e.src
+++ b/recipes/angstrom/e-wm-config-angstrom/e.src
@@ -58,14 +58,6 @@ group "E_Config" struct {
   }
   group "modules" list {
     group "E_Config_Module" struct {
-      value "name" string: "connman";
-      value "enabled" uchar: 1;
-      value "delayed" uchar: 0;
-      value "priority" int: 0;
-    }
-  }
-  group "modules" list {
-    group "E_Config_Module" struct {
       value "name" string: "places";
       value "enabled" uchar: 1;
       value "delayed" uchar: 0;





More information about the Openembedded-commits mailing list