summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-10-03 12:01:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-04 14:21:41 +0100
commit9cdc0f090c690a06785b57136cc8026f004be6a8 (patch)
tree9e24942e64057f6b848dbe689ec46c663573004e /meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch
parent637d3c3555fd92f4ed51a95f9592a57d08feb345 (diff)
downloadpoky-9cdc0f090c690a06785b57136cc8026f004be6a8.tar.gz
connman: neaten patches
The upstreamable include-tweaking patches contained fragments that should be in the not-upstreamable musl-specific res_ninit replacement, so move them to the right patch. (From OE-Core rev: 18fd5bc97e6b061eec4be0738f20fcbace6bdafe) Signed-off-by: Ross Burton <ross.burton@intel.com> 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, 8 insertions, 0 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 0593427710..639ccfa2a2 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
@@ -17,6 +17,14 @@ diff --git a/gweb/gresolv.c b/gweb/gresolv.c
17index 5cf7a9a..3ad8e70 100644 17index 5cf7a9a..3ad8e70 100644
18--- a/gweb/gresolv.c 18--- a/gweb/gresolv.c
19+++ b/gweb/gresolv.c 19+++ b/gweb/gresolv.c
20@@ -36,6 +36,7 @@
21 #include <arpa/inet.h>
22 #include <arpa/nameser.h>
23 #include <net/if.h>
24+#include <ctype.h>
25
26 #include "gresolv.h"
27
20@@ -875,8 +875,6 @@ GResolv *g_resolv_new(int index) 28@@ -875,8 +875,6 @@ GResolv *g_resolv_new(int index)
21 resolv->index = index; 29 resolv->index = index;
22 resolv->nameserver_list = NULL; 30 resolv->nameserver_list = NULL;