diff options
author | Jonathan Liu <net147@gmail.com> | 2014-03-24 11:23:02 +1100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 09:55:35 +0000 |
commit | 228abf24d4ad043d8e151f19aa9b7220f42566de (patch) | |
tree | 74028da8b5dd6154807c28f1db52dbfde097e29e /meta/recipes-connectivity | |
parent | 9b575fde81decbf1e7020f38d42101ea9fdb638a (diff) | |
download | poky-228abf24d4ad043d8e151f19aa9b7220f42566de.tar.gz |
connman: upgrade to 1.22
Highlights:
- If VPN is split routed and not the default service, then allow
DNS queries also to be sent to VPN DNS server.
- Session API fixes
- Memory leak fixes
- Crash fixes
- NTP kiss-of-death packet support
- Support for full USB gadget networking. Now USB gadget network can
be used without tethering.
(From OE-Core rev: 61842ca57520b184be5111b7fedf72a5d58d6bbc)
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/connman/connman_1.22.bb (renamed from meta/recipes-connectivity/connman/connman_1.21.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.21.bb b/meta/recipes-connectivity/connman/connman_1.22.bb index 48ed20edcc..4bd986f0e0 100644 --- a/meta/recipes-connectivity/connman/connman_1.21.bb +++ b/meta/recipes-connectivity/connman/connman_1.22.bb | |||
@@ -5,7 +5,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ | |||
5 | file://add_xuser_dbus_permission.patch \ | 5 | file://add_xuser_dbus_permission.patch \ |
6 | file://connman \ | 6 | file://connman \ |
7 | " | 7 | " |
8 | SRC_URI[md5sum] = "483633162b819c8b99fec970f92e311d" | 8 | SRC_URI[md5sum] = "4f45ab2035d1028a287d14427ce61774" |
9 | SRC_URI[sha256sum] = "e80f4e9c639ef016e9c497c122c349dbc9e6dc78a9976f986134739ee208c08a" | 9 | SRC_URI[sha256sum] = "64d9a8ab83c99943514bb64984142fef409177a93c64e1aace84eaf13c7bddde" |
10 | 10 | ||
11 | RRECOMMENDS_${PN} = "connman-conf" | 11 | RRECOMMENDS_${PN} = "connman-conf" |