aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/recipes-connectivity/connman/connman_%.bbappend
blob: aabe2b721cb94bcfaf2dba5996b10804205df141 (plain)
1
2
3
4
5
6
7
8
9
# ---------------------------------------------------------------------------------------------------------------------
# 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
}