summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/dnsmasq/dnsmasq-dbus_2.55.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-05-10 14:41:05 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-10 15:23:22 +0200
commitddc40247cb772c59b98b95111dc3ad09d7c38375 (patch)
tree3d4a66bd9e0cf49b590ad7c105e5a81f0a8279e3 /meta-oe/recipes-connectivity/dnsmasq/dnsmasq-dbus_2.55.bb
parentf2e554a9ecfe023716be914c18449639e6b3a071 (diff)
downloadmeta-openembedded-ddc40247cb772c59b98b95111dc3ad09d7c38375.tar.gz
dnsmasq(-dbus): import from oe.dev, needed for connman now
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/dnsmasq/dnsmasq-dbus_2.55.bb')
-rw-r--r--meta-oe/recipes-connectivity/dnsmasq/dnsmasq-dbus_2.55.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/dnsmasq/dnsmasq-dbus_2.55.bb b/meta-oe/recipes-connectivity/dnsmasq/dnsmasq-dbus_2.55.bb
new file mode 100644
index 000000000..896952d53
--- /dev/null
+++ b/meta-oe/recipes-connectivity/dnsmasq/dnsmasq-dbus_2.55.bb
@@ -0,0 +1,13 @@
1# dnsmasq with support for DBus interface
2
3require dnsmasq_${PV}.bb
4
5S = "${WORKDIR}/dnsmasq-${PV}"
6
7DEPENDS = "dbus"
8EXTRA_OEMAKE = "COPTS=-DHAVE_DBUS"
9
10do_install_append () {
11 install -d ${D}${sysconfdir}/dbus-1/system.d
12 install -m 644 dbus/dnsmasq.conf ${D}${sysconfdir}/dbus-1/system.d/
13}