summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-09-06 18:56:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-07 14:36:30 +0100
commitdee8fc6a9757752ea58466a8ec5eaf25275928dc (patch)
tree712bee9bdeb9b2e56c8487f8981c6a94ce67cca1 /meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch
parent84ba56a144b296e7e8e2f9c7e5c972a57d7d2002 (diff)
downloadpoky-dee8fc6a9757752ea58466a8ec5eaf25275928dc.tar.gz
connman: update 1.41 -> 1.42
Drop backports. 0001-vpn-Adding-support-for-latest-pppd-2.5.0-release.patch is partially dropped, as upstream hasn't included the newly added header into the tarball (issue addressed after the release). (From OE-Core rev: eeb686876dc560b5f0fab6f37a2def3d78bb55db) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch')
-rw-r--r--meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch8
1 files changed, 0 insertions, 8 deletions
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 9dca21a02f..aefdd3aa06 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
@@ -18,14 +18,6 @@ diff --git a/gweb/gresolv.c b/gweb/gresolv.c
18index 954e7cf..2a9bc51 100644 18index 954e7cf..2a9bc51 100644
19--- a/gweb/gresolv.c 19--- a/gweb/gresolv.c
20+++ b/gweb/gresolv.c 20+++ b/gweb/gresolv.c
21@@ -36,6 +36,7 @@
22 #include <arpa/inet.h>
23 #include <arpa/nameser.h>
24 #include <net/if.h>
25+#include <ctype.h>
26
27 #include "gresolv.h"
28
29@@ -878,8 +879,6 @@ GResolv *g_resolv_new(int index) 21@@ -878,8 +879,6 @@ GResolv *g_resolv_new(int index)
30 resolv->index = index; 22 resolv->index = index;
31 resolv->nameserver_list = NULL; 23 resolv->nameserver_list = NULL;