diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-17 08:31:18 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-17 08:31:18 +0200 |
commit | 5eb66dfe4fbb480746026cc83f38a8275f137ce7 (patch) | |
tree | 937137a659b56d1afbade3f09dbbdf06f150fa85 /recipes/angstrom | |
parent | 212e36417ae27e1be11147168b6f5cdfd1c5eda9 (diff) |
e-wm-config-angstrom: connman module is disabled in recent builds, so don't try to load it
Diffstat (limited to 'recipes/angstrom')
-rw-r--r-- | recipes/angstrom/e-wm-config-angstrom.bb | 2 | ||||
-rw-r--r-- | 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 4b47e05069..3117dd9366 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 859323dc23..67ba752c9c 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; |