diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2015-02-10 14:54:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-14 08:40:59 +0000 |
commit | 9e938033722519a620f3d1b267024e33de924388 (patch) | |
tree | 66804173fdf9986f4d6d4d29737a75f9628888ab /meta/recipes-connectivity/connman/connman_1.28.bb | |
parent | c22ba2d36ad63830672c5889522ca3952c3cfb99 (diff) | |
download | poky-9e938033722519a620f3d1b267024e33de924388.tar.gz |
connman: upgrade to 1.28
- Fixes an issue with DHCPv6 retransmission timer
calculation that causes system load to jump to 100%;
- All WiFi P2P issues encountered with Miracast have been addressed;
- ConnMan no longer hands off foreground autoscanning to
wpa_supplicant as it causes issues when finding hidden WiFi networks;
Other changes and fixes include:
- Several fixes for handling IPv6 contexts via oFono;
- Fix memory deallocation in exit code paths;
- Use OPEN auth_alg for wpa_supplicant open WiFi networks;
- A WiFi Access Point with unknown strength now has a proper
minimum value which translates to a service 'Strenght' property of 30;
- Fix byte order in DHCP server identifier;
- Properly cancel an ongoing service connect if the Agent exits.
(From OE-Core rev: fa718d0d2d74893bf8e532a132f8ede26552d2be)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_1.28.bb')
-rw-r--r-- | meta/recipes-connectivity/connman/connman_1.28.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.28.bb b/meta/recipes-connectivity/connman/connman_1.28.bb new file mode 100644 index 0000000000..53e71fa000 --- /dev/null +++ b/meta/recipes-connectivity/connman/connman_1.28.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require connman.inc | ||
2 | |||
3 | SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ | ||
4 | file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \ | ||
5 | file://add_xuser_dbus_permission.patch \ | ||
6 | file://connman \ | ||
7 | " | ||
8 | SRC_URI[md5sum] = "6e07c93877f80bb73c9d4dbfc697f3fc" | ||
9 | SRC_URI[sha256sum] = "b1d5e7dd2652725906e220a8b0206477e97080e835272971e3b2fd10943c5c94" | ||
10 | |||
11 | RRECOMMENDS_${PN} = "connman-conf" | ||
12 | |||