]> code.ossystems Code Review - openembedded-core.git/commitdiff
connman: upgrade to 1.28
authorCristian Iorga <cristian.iorga@intel.com>
Tue, 10 Feb 2015 12:54:23 +0000 (14:54 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Feb 2015 08:40:35 +0000 (08:40 +0000)
- 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.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
meta/recipes-connectivity/connman/connman_1.28.bb [moved from meta/recipes-connectivity/connman/connman_1.26.bb with 67% similarity]

similarity index 67%
rename from meta/recipes-connectivity/connman/connman_1.26.bb
rename to meta/recipes-connectivity/connman/connman_1.28.bb
index 7c0c4f78636fd51d1e8db6ad325add279e3d7b3f..53e71fa0004e58872be57f584a666e264e96f1f1 100644 (file)
@@ -5,9 +5,8 @@ SRC_URI  = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
             file://add_xuser_dbus_permission.patch \
             file://connman \
             "
-SRC_URI[md5sum] = "ba05b110b7c81e5fa14e8b402ef37a9e"
-SRC_URI[sha256sum] = "7184e4b6d954449ee00a30e188924b3e37a20ad2fd9a0b76a2bdd82c863dcf8a"
+SRC_URI[md5sum] = "6e07c93877f80bb73c9d4dbfc697f3fc"
+SRC_URI[sha256sum] = "b1d5e7dd2652725906e220a8b0206477e97080e835272971e3b2fd10943c5c94"
 
 RRECOMMENDS_${PN} = "connman-conf"
 
-PR = "r1"