diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-03-30 19:50:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-12 14:05:37 +0100 |
commit | fb3b2634fce9ff85861dc599580bb30c9b270669 (patch) | |
tree | 11c9b1685954687d618d27383a60cb480b94fca1 /meta/recipes-connectivity/connman/connman_1.37.bb | |
parent | 58ea427cd72ac8c6dcfecd748d3ce28046fda8d1 (diff) | |
download | poky-fb3b2634fce9ff85861dc599580bb30c9b270669.tar.gz |
connman: update to 1.37
Removed patch has been upstreamed.
Changelog:
- Fix issue with handling invalid gateway addresses.
- Fix issue with handling updates of default gateway.
- Fix issue with DHCP servers that require broadcast flag.
- Add support for option to use gateways as time servers.
- Add support for option to select default technology.
- Add support for Address Conflict Detection (ACD).
- Add support for IPv6 iptables management.
(From OE-Core rev: f3c5958268a6fb8146300e4c33512b9f9d3b3c1c)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_1.37.bb')
-rw-r--r-- | meta/recipes-connectivity/connman/connman_1.37.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.37.bb b/meta/recipes-connectivity/connman/connman_1.37.bb new file mode 100644 index 0000000000..2cf904cd85 --- /dev/null +++ b/meta/recipes-connectivity/connman/connman_1.37.bb | |||
@@ -0,0 +1,15 @@ | |||
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://0001-connman.service-stop-systemd-resolved-when-we-use-co.patch \ | ||
6 | file://connman \ | ||
7 | file://no-version-scripts.patch \ | ||
8 | " | ||
9 | |||
10 | SRC_URI_append_libc-musl = " file://0002-resolve-musl-does-not-implement-res_ninit.patch" | ||
11 | |||
12 | SRC_URI[md5sum] = "75012084f14fb63a84b116e66c6e94fb" | ||
13 | SRC_URI[sha256sum] = "6ce29b3eb0bb16a7387bc609c39455fd13064bdcde5a4d185fab3a0c71946e16" | ||
14 | |||
15 | RRECOMMENDS_${PN} = "connman-conf" | ||