summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/connman.inc
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-09-28 09:47:18 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-09-28 15:51:27 -0700
commit8976fa69d0ddfdad24fe041f4b88c853dc7a33a2 (patch)
tree3160439ea26993eb3cc9654dc63ac607efb23e52 /meta/recipes-connectivity/connman/connman.inc
parent65ace927bd7983c8966c458f82f6d3ad62065c89 (diff)
downloadpoky-8976fa69d0ddfdad24fe041f4b88c853dc7a33a2.tar.gz
connman: fix the issue that connman could not disconnect from shutdown AP
Upstream has a fix for MeeGo/Carrick which has the same phenomenon as our side, therefore port the patch into poky. This fixes [BUGID #266] and [BUGID #267]. Remove the option "--enable-fake" since it sometimes causes offline mode failure. Launch connmand in initlevel 3. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman.inc')
-rw-r--r--meta/recipes-connectivity/connman/connman.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index c842d3cbf0..bc506faabe 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -10,7 +10,7 @@ DEPENDS = "libgdbus dbus glib-2.0 hal"
10RDEPENDS_${PN} = "wpa-supplicant resolvconf" 10RDEPENDS_${PN} = "wpa-supplicant resolvconf"
11 11
12INITSCRIPT_NAME = "connman" 12INITSCRIPT_NAME = "connman"
13INITSCRIPT_PARAMS = "start 05 5 2 . stop 22 0 1 6 ." 13INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ."
14 14
15inherit autotools pkgconfig update-rc.d 15inherit autotools pkgconfig update-rc.d
16 16