diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-01 06:58:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-03 11:06:19 +0100 |
commit | a98b08feebd6721bd319f5dc2fba5a1f527edd43 (patch) | |
tree | 3966e11781c681d3f84b89c07485592172762562 | |
parent | ba6ac9e41eb5150410b53d03aed56a4ebe1a9e46 (diff) | |
download | poky-a98b08feebd6721bd319f5dc2fba5a1f527edd43.tar.gz |
connman: upgrade 1.43 -> 1.44
(From OE-Core rev: 125a1843527fa06de8942d2bedbe399dbf6dad1b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/connman/connman/0001-connman.service-stop-systemd-resolved-when-we-use-co.patch | 7 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman/0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch | 12 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch | 5 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman/no-version-scripts.patch | 26 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman_1.44.bb (renamed from meta/recipes-connectivity/connman/connman_1.43.bb) | 2 |
5 files changed, 31 insertions, 21 deletions
diff --git a/meta/recipes-connectivity/connman/connman/0001-connman.service-stop-systemd-resolved-when-we-use-co.patch b/meta/recipes-connectivity/connman/connman/0001-connman.service-stop-systemd-resolved-when-we-use-co.patch index 8e2e0bd02d..4597fe68fc 100644 --- a/meta/recipes-connectivity/connman/connman/0001-connman.service-stop-systemd-resolved-when-we-use-co.patch +++ b/meta/recipes-connectivity/connman/connman/0001-connman.service-stop-systemd-resolved-when-we-use-co.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 9f70b94ebf18f52c115634642652830fa77f27a1 Mon Sep 17 00:00:00 2001 | 1 | From 19aff57e4da920d9ca972903582305b4efe81ef3 Mon Sep 17 00:00:00 2001 |
2 | From: "Maxin B. John" <maxin.john@intel.com> | 2 | From: "Maxin B. John" <maxin.john@intel.com> |
3 | Date: Mon, 12 Jun 2017 16:52:39 +0300 | 3 | Date: Mon, 12 Jun 2017 16:52:39 +0300 |
4 | Subject: [PATCH] connman.service: stop systemd-resolved when we use connman | 4 | Subject: [PATCH] connman.service: stop systemd-resolved when we use connman |
@@ -13,7 +13,7 @@ Signed-off-by: Maxin B. John <maxin.john@intel.com> | |||
13 | 1 file changed, 1 insertion(+) | 13 | 1 file changed, 1 insertion(+) |
14 | 14 | ||
15 | diff --git a/src/connman.service.in b/src/connman.service.in | 15 | diff --git a/src/connman.service.in b/src/connman.service.in |
16 | index 9f5c10f..dab48bc 100644 | 16 | index 7376346..79e75d6 100644 |
17 | --- a/src/connman.service.in | 17 | --- a/src/connman.service.in |
18 | +++ b/src/connman.service.in | 18 | +++ b/src/connman.service.in |
19 | @@ -6,6 +6,7 @@ RequiresMountsFor=@localstatedir@/lib/connman | 19 | @@ -6,6 +6,7 @@ RequiresMountsFor=@localstatedir@/lib/connman |
@@ -24,6 +24,3 @@ index 9f5c10f..dab48bc 100644 | |||
24 | 24 | ||
25 | [Service] | 25 | [Service] |
26 | Type=dbus | 26 | Type=dbus |
27 | -- | ||
28 | 2.4.0 | ||
29 | |||
diff --git a/meta/recipes-connectivity/connman/connman/0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch b/meta/recipes-connectivity/connman/connman/0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch index e6f03e632e..a68707b2fa 100644 --- a/meta/recipes-connectivity/connman/connman/0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch +++ b/meta/recipes-connectivity/connman/connman/0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 4ddaf78dad5a9ee4a0658235f71b75132192123e Mon Sep 17 00:00:00 2001 | 1 | From c254226d4ebbd846c1f8169d70413a0d32d7ae77 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Sat, 7 Apr 2012 18:52:12 -0700 | 3 | Date: Sat, 7 Apr 2012 18:52:12 -0700 |
4 | Subject: [PATCH] plugin.h: Change visibility to default for debug symbols | 4 | Subject: [PATCH] plugin.h: Change visibility to default for debug symbols |
@@ -8,14 +8,13 @@ have hidden visibility | |||
8 | 8 | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | 10 | ||
11 | |||
12 | Upstream-Status: Pending | 11 | Upstream-Status: Pending |
13 | --- | 12 | --- |
14 | include/plugin.h | 4 ++-- | 13 | include/plugin.h | 4 ++-- |
15 | 1 files changed, 2 insertions(+), 2 deletions(-) | 14 | 1 file changed, 2 insertions(+), 2 deletions(-) |
16 | 15 | ||
17 | diff --git a/include/plugin.h b/include/plugin.h | 16 | diff --git a/include/plugin.h b/include/plugin.h |
18 | index 692a4e5..a9361c3 100644 | 17 | index 8d2bb08..a12a6be 100644 |
19 | --- a/include/plugin.h | 18 | --- a/include/plugin.h |
20 | +++ b/include/plugin.h | 19 | +++ b/include/plugin.h |
21 | @@ -89,9 +89,9 @@ struct connman_plugin_desc { | 20 | @@ -89,9 +89,9 @@ struct connman_plugin_desc { |
@@ -30,6 +29,3 @@ index 692a4e5..a9361c3 100644 | |||
30 | extern struct connman_plugin_desc connman_plugin_desc \ | 29 | extern struct connman_plugin_desc connman_plugin_desc \ |
31 | __attribute__ ((visibility("default"))); \ | 30 | __attribute__ ((visibility("default"))); \ |
32 | struct connman_plugin_desc connman_plugin_desc = { \ | 31 | struct connman_plugin_desc connman_plugin_desc = { \ |
33 | -- | ||
34 | 1.7.5.4 | ||
35 | |||
diff --git a/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch b/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch index 9e2cc34995..2c612039ee 100644 --- a/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch +++ b/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 60783f0d885c9a0db8b6f1d528786321e53f1512 Mon Sep 17 00:00:00 2001 | 1 | From 4e726a5aaa75d60fab6a56bc37dbec48be53ff79 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Mon, 6 Apr 2015 23:02:21 -0700 | 3 | Date: Mon, 6 Apr 2015 23:02:21 -0700 |
4 | Subject: [PATCH] gweb/gresolv.c: make use of res_ninit optional and subject to | 4 | Subject: [PATCH] gweb/gresolv.c: make use of res_ninit optional and subject to |
@@ -83,6 +83,3 @@ index 8101d71..9f1477c 100644 | |||
83 | 83 | ||
84 | if (!resolv->nameserver_list) | 84 | if (!resolv->nameserver_list) |
85 | g_resolv_add_nameserver(resolv, "127.0.0.1", 53, 0); | 85 | g_resolv_add_nameserver(resolv, "127.0.0.1", 53, 0); |
86 | -- | ||
87 | 2.39.2 | ||
88 | |||
diff --git a/meta/recipes-connectivity/connman/connman/no-version-scripts.patch b/meta/recipes-connectivity/connman/connman/no-version-scripts.patch index e96e38bcf9..3667a166f6 100644 --- a/meta/recipes-connectivity/connman/connman/no-version-scripts.patch +++ b/meta/recipes-connectivity/connman/connman/no-version-scripts.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | From 67f37aafcc8ef5d2eb006387e7bec21f74518727 Mon Sep 17 00:00:00 2001 | ||
2 | From: Ross Burton <ross.burton@intel.com> | ||
3 | Date: Tue, 9 Aug 2016 12:12:02 +0100 | ||
4 | Subject: [PATCH] connman: disable version-scripts to fix crashes at startup | ||
5 | |||
1 | With binutils 2.27 on at least MIPS, connmand will crash on startup. This | 6 | With binutils 2.27 on at least MIPS, connmand will crash on startup. This |
2 | appears to be due to the symbol visibilty scripts hiding symbols that stdio | 7 | appears to be due to the symbol visibilty scripts hiding symbols that stdio |
3 | looks up at runtime, resulting in it segfaulting. | 8 | looks up at runtime, resulting in it segfaulting. |
@@ -12,16 +17,31 @@ remove the scripts to work around the problem until binutils is fixed. | |||
12 | 17 | ||
13 | Upstream-Status: Inappropriate | 18 | Upstream-Status: Inappropriate |
14 | Signed-off-by: Ross Burton <ross.burton@intel.com> | 19 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
20 | --- | ||
21 | Makefile.am | 6 ++---- | ||
22 | 1 file changed, 2 insertions(+), 4 deletions(-) | ||
15 | 23 | ||
16 | diff --git a/Makefile.am b/Makefile.am | 24 | diff --git a/Makefile.am b/Makefile.am |
17 | index d70725c..76ae432 100644 | 25 | index 3dc3bb5..3be5ccb 100644 |
18 | --- a/Makefile.am | 26 | --- a/Makefile.am |
19 | +++ b/Makefile.am | 27 | +++ b/Makefile.am |
20 | @@ -132,2 +132 @@ src_connmand_LDADD = gdbus/libgdbus-internal.la $(builtin_libadd) \ | 28 | @@ -143,8 +143,7 @@ src_connmand_LDADD = gdbus/libgdbus-internal.la $(builtin_libadd) \ |
29 | @GIO_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @GNUTLS_LIBS@ \ | ||
30 | -lresolv -ldl -lrt | ||
31 | |||
21 | -src_connmand_LDFLAGS = -Wl,--export-dynamic \ | 32 | -src_connmand_LDFLAGS = -Wl,--export-dynamic \ |
22 | - -Wl,--version-script=$(srcdir)/src/connman.ver | 33 | - -Wl,--version-script=$(srcdir)/src/connman.ver |
23 | +src_connmand_LDFLAGS = -Wl,--export-dynamic | 34 | +src_connmand_LDFLAGS = -Wl,--export-dynamic |
24 | @@ -166,2 +165 @@ vpn_connman_vpnd_LDADD = gdbus/libgdbus-internal.la $(builtin_vpn_libadd) \ | 35 | |
36 | src_connmand_wait_online_SOURCES = src/connmand-wait-online.c | ||
37 | |||
38 | @@ -187,8 +186,7 @@ vpn_connman_vpnd_LDADD = gdbus/libgdbus-internal.la $(builtin_vpn_libadd) \ | ||
39 | @GIO_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @GNUTLS_LIBS@ \ | ||
40 | -lresolv -ldl | ||
41 | |||
25 | -vpn_connman_vpnd_LDFLAGS = -Wl,--export-dynamic \ | 42 | -vpn_connman_vpnd_LDFLAGS = -Wl,--export-dynamic \ |
26 | - -Wl,--version-script=$(srcdir)/vpn/vpn.ver | 43 | - -Wl,--version-script=$(srcdir)/vpn/vpn.ver |
27 | +vpn_connman_vpnd_LDFLAGS = -Wl,--export-dynamic | 44 | +vpn_connman_vpnd_LDFLAGS = -Wl,--export-dynamic |
45 | endif | ||
46 | |||
47 | BUILT_SOURCES = $(local_headers) src/builtin.h $(service_files) \ | ||
diff --git a/meta/recipes-connectivity/connman/connman_1.43.bb b/meta/recipes-connectivity/connman/connman_1.44.bb index 1100599490..396d8bc5ce 100644 --- a/meta/recipes-connectivity/connman/connman_1.43.bb +++ b/meta/recipes-connectivity/connman/connman_1.44.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ | |||
9 | " | 9 | " |
10 | 10 | ||
11 | 11 | ||
12 | SRC_URI[sha256sum] = "1257cebe327e7900b7e2b84c0fb330aa90815e455898cd2f941f4308ed2be3bc" | 12 | SRC_URI[sha256sum] = "2be2b00321632b775f9eff713acd04ef21e31fbf388f6ebf45512ff4289574ff" |
13 | 13 | ||
14 | RRECOMMENDS:${PN} = "connman-conf" | 14 | RRECOMMENDS:${PN} = "connman-conf" |
15 | RCONFLICTS:${PN} = "networkmanager" | 15 | RCONFLICTS:${PN} = "networkmanager" |