summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/tasks
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-08-26 13:37:52 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:46:55 +0100
commitca4a58a4eb66e6e08f358de7f8869a35389ee605 (patch)
tree915bdde88c353517b1763907ca41c02745635bc2 /meta/recipes-sato/tasks
parentf6917ad47b0425f9ccb3965aa9220ed3ba0e49ec (diff)
downloadpoky-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.bb4
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
5DESCRIPTION = "Sato Tasks for Poky" 5DESCRIPTION = "Sato Tasks for Poky"
6LICENSE = "MIT" 6LICENSE = "MIT"
7PR = "r29" 7PR = "r30"
8 8
9PACKAGES = "\ 9PACKAGES = "\
10 task-poky-x11-sato \ 10 task-poky-x11-sato \
@@ -16,7 +16,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
16 16
17ALLOW_EMPTY = "1" 17ALLOW_EMPTY = "1"
18 18
19NETWORK_MANAGER ?= "networkmanager-applet" 19NETWORK_MANAGER ?= "connman-gnome"
20RDEPENDS_task-poky-x11-sato = "\ 20RDEPENDS_task-poky-x11-sato = "\
21 matchbox-desktop \ 21 matchbox-desktop \
22 matchbox-session-sato \ 22 matchbox-session-sato \