diff options
Diffstat (limited to 'packages/dnsmasq')
-rw-r--r-- | packages/dnsmasq/dnsmasq-dbus_2.46.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/dnsmasq/dnsmasq-dbus_2.46.bb b/packages/dnsmasq/dnsmasq-dbus_2.46.bb new file mode 100644 index 0000000000..d03dbdb06e --- /dev/null +++ b/packages/dnsmasq/dnsmasq-dbus_2.46.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/ +} |