From 10a106616eed2d35f88fc676e8fe84fec27de9a3 Mon Sep 17 00:00:00 2001 From: Terry Boese Date: Mon, 15 Aug 2016 11:00:36 -0600 Subject: dnsmasq: update to version 2.76 Correct do_compile_append() and do_install(), as the location of the DHCP lease tools has changed. Signed-off-by: Terry Boese Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-support/dnsmasq/dnsmasq.inc | 4 ++-- meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb | 9 --------- meta-networking/recipes-support/dnsmasq/dnsmasq_2.76.bb | 8 ++++++++ 3 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.76.bb (limited to 'meta-networking/recipes-support/dnsmasq') diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc index 793c106aa6..9ef54fe17c 100644 --- a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc @@ -38,7 +38,7 @@ SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'resolvconf', 'file://dnsmasq. do_compile_append() { # build dhcp_release - cd ${S}/contrib/wrt + cd ${S}/contrib/lease-tools oe_runmake } @@ -59,7 +59,7 @@ do_install () { install -m 0644 ${WORKDIR}/dnsmasq-noresolvconf.service ${D}${systemd_unitdir}/system/dnsmasq.service fi - install -m 0755 ${S}/contrib/wrt/dhcp_release ${D}${bindir} + install -m 0755 ${S}/contrib/lease-tools/dhcp_release ${D}${bindir} if [ "${@bb.utils.contains('PACKAGECONFIG', 'dbus', 'dbus', '', d)}" != "" ]; then install -d ${D}${sysconfdir}/dbus-1/system.d diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb deleted file mode 100644 index a11aabbd94..0000000000 --- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb +++ /dev/null @@ -1,9 +0,0 @@ -require dnsmasq.inc - -SRC_URI += "\ - file://lua.patch \ -" - -SRC_URI[dnsmasq-2.75.md5sum] = "d99ac126d4fe910c679d88430559669b" -SRC_URI[dnsmasq-2.75.sha256sum] = "f8252c0a0ba162c2cd45f81140c7c17cc40a5fca2b869d1a420835b74acad294" - diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.76.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.76.bb new file mode 100644 index 0000000000..41573d9dd6 --- /dev/null +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.76.bb @@ -0,0 +1,8 @@ +require dnsmasq.inc + +SRC_URI += "\ + file://lua.patch \ +" + +SRC_URI[dnsmasq-2.76.md5sum] = "6610f8233ca89b15a1bb47c788ffb84f" +SRC_URI[dnsmasq-2.76.sha256sum] = "777c4762d2fee3738a0380401f2d087b47faa41db2317c60660d69ad10a76c32" -- cgit 1.2.3-korg