diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-08-26 13:37:52 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-27 15:46:55 +0100 |
commit | ca4a58a4eb66e6e08f358de7f8869a35389ee605 (patch) | |
tree | 915bdde88c353517b1763907ca41c02745635bc2 /meta/recipes-sato/tasks | |
parent | f6917ad47b0425f9ccb3965aa9220ed3ba0e49ec (diff) | |
download | poky-ca4a58a4eb66e6e08f358de7f8869a35389ee605.tar.gz |
connman: Use connman as default network management tool
Upgrade connman to version 0.56
Modify connman-gnome to match the recent version of connman
Deprecate networkmanager
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-sato/tasks')
-rw-r--r-- | meta/recipes-sato/tasks/task-poky-x11-sato.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/tasks/task-poky-x11-sato.bb b/meta/recipes-sato/tasks/task-poky-x11-sato.bb index 1b344edb54..662e15651e 100644 --- a/meta/recipes-sato/tasks/task-poky-x11-sato.bb +++ b/meta/recipes-sato/tasks/task-poky-x11-sato.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | DESCRIPTION = "Sato Tasks for Poky" | 5 | DESCRIPTION = "Sato Tasks for Poky" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | PR = "r29" | 7 | PR = "r30" |
8 | 8 | ||
9 | PACKAGES = "\ | 9 | PACKAGES = "\ |
10 | task-poky-x11-sato \ | 10 | task-poky-x11-sato \ |
@@ -16,7 +16,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
16 | 16 | ||
17 | ALLOW_EMPTY = "1" | 17 | ALLOW_EMPTY = "1" |
18 | 18 | ||
19 | NETWORK_MANAGER ?= "networkmanager-applet" | 19 | NETWORK_MANAGER ?= "connman-gnome" |
20 | RDEPENDS_task-poky-x11-sato = "\ | 20 | RDEPENDS_task-poky-x11-sato = "\ |
21 | matchbox-desktop \ | 21 | matchbox-desktop \ |
22 | matchbox-session-sato \ | 22 | matchbox-session-sato \ |