summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/connman/files/0001-tmpfiles-script-do-not-create-the-resolv.conf-symlin.patch
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-08-02 09:07:49 +0200
committerGitHub <noreply@github.com>2019-08-02 09:07:49 +0200
commitf348e80edd3d5a652bf54e59b59442e912986707 (patch)
treecf866e74a7fba1730a7257681d32c95c0ed6cb5e /recipes-connectivity/connman/files/0001-tmpfiles-script-do-not-create-the-resolv.conf-symlin.patch
parentcf559d5857242b458720efa781a8e9a2127b1e1c (diff)
parent8b5e97cb8c8a948e754d83c651013467942d5a5f (diff)
downloadmeta-updater-f348e80edd3d5a652bf54e59b59442e912986707.tar.gz
Merge pull request #574 from advancedtelematic/connman-fix-master
Connman fix master
Diffstat (limited to 'recipes-connectivity/connman/files/0001-tmpfiles-script-do-not-create-the-resolv.conf-symlin.patch')
-rw-r--r--recipes-connectivity/connman/files/0001-tmpfiles-script-do-not-create-the-resolv.conf-symlin.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-connectivity/connman/files/0001-tmpfiles-script-do-not-create-the-resolv.conf-symlin.patch b/recipes-connectivity/connman/files/0001-tmpfiles-script-do-not-create-the-resolv.conf-symlin.patch
new file mode 100644
index 0000000..9b4a78c
--- /dev/null
+++ b/recipes-connectivity/connman/files/0001-tmpfiles-script-do-not-create-the-resolv.conf-symlin.patch
@@ -0,0 +1,22 @@
1From 9e724a61f015304c9d72d829a66178d20e3fa980 Mon Sep 17 00:00:00 2001
2From: Laurent Bonnans <laurent.bonnans@here.com>
3Date: Wed, 31 Jul 2019 18:15:47 +0200
4Subject: [PATCH] tmpfiles script: do not create the resolv.conf symlink
5
6It's handled by yocto in our case
7
8Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
9---
10 scripts/connman_resolvconf.conf.in | 1 -
11 1 file changed, 1 deletion(-)
12
13diff --git a/scripts/connman_resolvconf.conf.in b/scripts/connman_resolvconf.conf.in
14index 2d61dfe1..8a7d3071 100644
15--- a/scripts/connman_resolvconf.conf.in
16+++ b/scripts/connman_resolvconf.conf.in
17@@ -1,2 +1 @@
18 d @runstatedir@/connman - - - -
19-L+ /etc/resolv.conf - - - - @runstatedir@/connman/resolv.conf
20--
212.20.1
22