aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dnsmasq/dnsmasq-dbus_2.47.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dnsmasq/dnsmasq-dbus_2.47.bb')
-rw-r--r--recipes/dnsmasq/dnsmasq-dbus_2.47.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/dnsmasq/dnsmasq-dbus_2.47.bb b/recipes/dnsmasq/dnsmasq-dbus_2.47.bb
new file mode 100644
index 0000000000..d03dbdb06e
--- /dev/null
+++ b/recipes/dnsmasq/dnsmasq-dbus_2.47.bb
@@ -0,0 +1,11 @@
+# dnsmasq with support for DBus interface
+
+require dnsmasq.inc
+
+DEPENDS = "dbus"
+EXTRA_OEMAKE = "COPTS=-DHAVE_DBUS"
+
+do_install_append () {
+ install -d ${D}${sysconfdir}/dbus-1/system.d
+ install -m 644 dbus/dnsmasq.conf ${D}${sysconfdir}/dbus-1/system.d/
+}