diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-09-28 09:47:18 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-28 15:51:27 -0700 |
commit | 8976fa69d0ddfdad24fe041f4b88c853dc7a33a2 (patch) | |
tree | 3160439ea26993eb3cc9654dc63ac607efb23e52 /meta/recipes-connectivity/connman/connman.inc | |
parent | 65ace927bd7983c8966c458f82f6d3ad62065c89 (diff) | |
download | poky-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.inc | 2 |
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" | |||
10 | RDEPENDS_${PN} = "wpa-supplicant resolvconf" | 10 | RDEPENDS_${PN} = "wpa-supplicant resolvconf" |
11 | 11 | ||
12 | INITSCRIPT_NAME = "connman" | 12 | INITSCRIPT_NAME = "connman" |
13 | INITSCRIPT_PARAMS = "start 05 5 2 . stop 22 0 1 6 ." | 13 | INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ." |
14 | 14 | ||
15 | inherit autotools pkgconfig update-rc.d | 15 | inherit autotools pkgconfig update-rc.d |
16 | 16 | ||