diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-11-25 17:31:03 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-11-25 17:31:03 +0100 |
commit | 313d0662ee9183b85e9674f892c2f45fbcfe3a9e (patch) | |
tree | 0d4ab95dee629409903758b7dd92a052769d4edf | |
parent | 22ea6e5fbe5b7f8cd8b717403a999c165989d335 (diff) |
dnsmasq-dbus: add a version of dnsmasq with DBus support
-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/ +} |