aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/recipes-connectivity/connman/connman_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-mel/recipes-connectivity/connman/connman_%.bbappend')
-rw-r--r--meta-mel/recipes-connectivity/connman/connman_%.bbappend9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-mel/recipes-connectivity/connman/connman_%.bbappend b/meta-mel/recipes-connectivity/connman/connman_%.bbappend
deleted file mode 100644
index aabe2b72..00000000
--- a/meta-mel/recipes-connectivity/connman/connman_%.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-# ---------------------------------------------------------------------------------------------------------------------
-# SPDX-License-Identifier: MIT
-# ---------------------------------------------------------------------------------------------------------------------
-
-# do not use connman as a DNS proxy because both dnsmasq and connman try to
-# bind to same port 53.
-do_install:append:mel () {
- sed -i '/^ExecStart=/ s@-n@--nodnsproxy -n@g' ${D}${systemd_unitdir}/system/connman.service
-}