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 | |
parent | f6917ad47b0425f9ccb3965aa9220ed3ba0e49ec (diff) | |
download | openembedded-core-ca4a58a4eb66e6e08f358de7f8869a35389ee605.tar.gz openembedded-core-ca4a58a4eb66e6e08f358de7f8869a35389ee605.tar.bz2 openembedded-core-ca4a58a4eb66e6e08f358de7f8869a35389ee605.zip |
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')
-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 @@ DESCRIPTION = "Sato Tasks for Poky" LICENSE = "MIT" -PR = "r29" +PR = "r30" PACKAGES = "\ task-poky-x11-sato \ @@ -16,7 +16,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" ALLOW_EMPTY = "1" -NETWORK_MANAGER ?= "networkmanager-applet" +NETWORK_MANAGER ?= "connman-gnome" RDEPENDS_task-poky-x11-sato = "\ matchbox-desktop \ matchbox-session-sato \ |