dnsmasq: add version 2.55 from upstream
authorHenry von Tresckow <hvontres@gmail.com>
Sat, 4 Sep 2010 14:00:14 +0000 (14:00 +0000)
committerRoman I Khimov <khimov@altell.ru>
Wed, 15 Sep 2010 19:59:23 +0000 (23:59 +0400)
Signed-off-by: Henry von Tresckow <hvontres@gmail.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/dnsmasq/dnsmasq-dbus_2.55.bb [new file with mode: 0644]
recipes/dnsmasq/dnsmasq_2.55.bb [new file with mode: 0644]

diff --git a/recipes/dnsmasq/dnsmasq-dbus_2.55.bb b/recipes/dnsmasq/dnsmasq-dbus_2.55.bb
new file mode 100644 (file)
index 0000000..896952d
--- /dev/null
@@ -0,0 +1,13 @@
+# dnsmasq with support for DBus interface
+
+require dnsmasq_${PV}.bb
+
+S = "${WORKDIR}/dnsmasq-${PV}"
+
+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/
+}
diff --git a/recipes/dnsmasq/dnsmasq_2.55.bb b/recipes/dnsmasq/dnsmasq_2.55.bb
new file mode 100644 (file)
index 0000000..5f87704
--- /dev/null
@@ -0,0 +1,4 @@
+require dnsmasq.inc
+
+SRC_URI[dnsmasq-2.55.md5sum] = "b093d7c6bc7f97ae6fd35d048529232a"
+SRC_URI[dnsmasq-2.55.sha256sum] = "cf63ecf5977f00474cbda98376a9d8743500a82fd98e13f43d7037bce9f9f929"