diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-10-31 19:44:26 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-06 16:41:35 +0000 |
commit | 3aad6d51a303d0330205eebfeac58c2ccb612e77 (patch) | |
tree | 56733b4c90a5b3b6feb6b4bc84abcd2d2852fd26 /meta/recipes-connectivity/connman | |
parent | de31ee56e07fea9e3f8ae2f71c69ab5e9c48836f (diff) | |
download | openembedded-core-3aad6d51a303d0330205eebfeac58c2ccb612e77.tar.gz openembedded-core-3aad6d51a303d0330205eebfeac58c2ccb612e77.tar.bz2 openembedded-core-3aad6d51a303d0330205eebfeac58c2ccb612e77.zip |
connman: upgrade to 1.26
- WiFi P2P support in ConnMan has been significantly improved;
- Applications can now register WiFi Display, UPnP or Bonjour P2P services;
- Various bug fixes.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/connman')
-rw-r--r-- | meta/recipes-connectivity/connman/connman_1.26.bb (renamed from meta/recipes-connectivity/connman/connman_1.25.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.25.bb b/meta/recipes-connectivity/connman/connman_1.26.bb index 1758c95ee1..b93f1cd6c3 100644 --- a/meta/recipes-connectivity/connman/connman_1.25.bb +++ b/meta/recipes-connectivity/connman/connman_1.26.bb @@ -5,7 +5,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ file://add_xuser_dbus_permission.patch \ file://connman \ " -SRC_URI[md5sum] = "a449d2e49871494506e48765747e6624" -SRC_URI[sha256sum] = "c1d266d6be18d2f66231f3537a7ed17b57637ca43c27328bc13c508cbeacce6e" +SRC_URI[md5sum] = "ba05b110b7c81e5fa14e8b402ef37a9e" +SRC_URI[sha256sum] = "7184e4b6d954449ee00a30e188924b3e37a20ad2fd9a0b76a2bdd82c863dcf8a" RRECOMMENDS_${PN} = "connman-conf" |