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_%.bbappend10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-support/dnsmasq/dnsmasq_%.bbappend b/recipes-support/dnsmasq/dnsmasq_%.bbappend
new file mode 100644
index 0000000..7668744
--- /dev/null
+++ b/recipes-support/dnsmasq/dnsmasq_%.bbappend
@@ -0,0 +1,10 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+SRC_URI += "\
+ file://default \
+ "
+
+do_install_append () {
+ install -d ${D}${sysconfdir}/ ${D}${sysconfdir}/default
+ install -m 755 ${WORKDIR}/default ${D}${sysconfdir}/default/dnsmasq
+}