diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-03 18:25:56 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-05 13:19:54 +0100 |
commit | 576da5a88e9e1c5d13e8f627fa24b7d373827f3e (patch) | |
tree | 7902fbcf3eea10d0246baffe02f9a487389e4bdb /meta/recipes-connectivity/connman/connman_1.37.bb | |
parent | 2345bdf57193e111c92eb4bc916f5e0e52e05983 (diff) | |
download | poky-576da5a88e9e1c5d13e8f627fa24b7d373827f3e.tar.gz |
connman: update to 1.38
Drop a patch merged upstream.
(From OE-Core rev: ce2948af5293258a69a9cfefba9e883cefecac87)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.37.bb b/meta/recipes-connectivity/connman/connman_1.37.bb deleted file mode 100644 index 00852bf0d6..0000000000 --- a/meta/recipes-connectivity/connman/connman_1.37.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
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://0001-gweb-fix-segfault-with-musl-v1.1.21.patch \ | ||
7 | file://connman \ | ||
8 | file://no-version-scripts.patch \ | ||
9 | " | ||
10 | |||
11 | SRC_URI_append_libc-musl = " file://0002-resolve-musl-does-not-implement-res_ninit.patch" | ||
12 | |||
13 | SRC_URI[md5sum] = "75012084f14fb63a84b116e66c6e94fb" | ||
14 | SRC_URI[sha256sum] = "6ce29b3eb0bb16a7387bc609c39455fd13064bdcde5a4d185fab3a0c71946e16" | ||
15 | |||
16 | RRECOMMENDS_${PN} = "connman-conf" | ||
17 | RCONFLICTS_${PN} = "networkmanager" | ||