summaryrefslogtreecommitdiff
path: root/recipes-support/dnsmasq/dnsmasq_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/dnsmasq/dnsmasq_%.bbappend')
-rw-r--r--recipes-support/dnsmasq/dnsmasq_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-support/dnsmasq/dnsmasq_%.bbappend b/recipes-support/dnsmasq/dnsmasq_%.bbappend
index 7668744..6aa39f8 100644
--- a/recipes-support/dnsmasq/dnsmasq_%.bbappend
+++ b/recipes-support/dnsmasq/dnsmasq_%.bbappend
@@ -1,6 +1,7 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI += "\
+ file://init.patch;patchdir=.. \
file://default \
"
@@ -8,3 +9,6 @@ do_install_append () {
install -d ${D}${sysconfdir}/ ${D}${sysconfdir}/default
install -m 755 ${WORKDIR}/default ${D}${sysconfdir}/default/dnsmasq
}
+
+# init.d/dnsmasq conflicts with AEP.
+CONFFILES_${PN} += "${sysconfdir}/init.d/dnsmasq"