aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/dnsmasq/dnsmasq_2.%.bbappend
blob: 8d66ca6a7be70b925ff699d4de56473e7dba4f44 (plain)
1
2
3
4
5
# dnsmasq is greedy with interfaces by default using bind-dynamic will
# make it less greedy but still function as it did by default.
do_install_append() {
    sed -i '/#bind-interfaces/a # Play nice with libvirt\nbind-dynamic' ${D}${sysconfdir}/dnsmasq.conf
}