[oe-commits] Henry von Tresckow : dnsmasq: add version 2.55 from upstream

git version control git at git.openembedded.org
Wed Sep 15 19:59:51 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a5418685b3a9b5cf935c5ada4b507142d2e5f4e5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a5418685b3a9b5cf935c5ada4b507142d2e5f4e5

Author: Henry von Tresckow <hvontres at gmail.com>
Date:   Sat Sep  4 14:00:14 2010 +0000

dnsmasq: add version 2.55 from upstream

Signed-off-by: Henry von Tresckow <hvontres at gmail.com>
Acked-by: Roman I Khimov <khimov at altell.ru>
Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/dnsmasq/dnsmasq-dbus_2.55.bb |   13 +++++++++++++
 recipes/dnsmasq/dnsmasq_2.55.bb      |    4 ++++
 2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/recipes/dnsmasq/dnsmasq-dbus_2.55.bb b/recipes/dnsmasq/dnsmasq-dbus_2.55.bb
new file mode 100644
index 0000000..896952d
--- /dev/null
+++ b/recipes/dnsmasq/dnsmasq-dbus_2.55.bb
@@ -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
index 0000000..5f87704
--- /dev/null
+++ b/recipes/dnsmasq/dnsmasq_2.55.bb
@@ -0,0 +1,4 @@
+require dnsmasq.inc
+
+SRC_URI[dnsmasq-2.55.md5sum] = "b093d7c6bc7f97ae6fd35d048529232a"
+SRC_URI[dnsmasq-2.55.sha256sum] = "cf63ecf5977f00474cbda98376a9d8743500a82fd98e13f43d7037bce9f9f929"





More information about the Openembedded-commits mailing list