summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
diff options
context:
space:
mode:
authorTerry Boese <terry.boese@vecima.com>2016-08-15 11:00:36 -0600
committerJoe MacDonald <joe_macdonald@mentor.com>2016-08-16 21:26:12 -0400
commit10a106616eed2d35f88fc676e8fe84fec27de9a3 (patch)
tree95d36ef35a1b4d06ff8b8760d611df62ea34df26 /meta-networking/recipes-support/dnsmasq/dnsmasq.inc
parente86c7ef20f90813146a565e9e9f5912d9a6c7b42 (diff)
downloadmeta-openembedded-10a106616eed2d35f88fc676e8fe84fec27de9a3.tar.gz
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 <terry.boese@vecima.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/dnsmasq/dnsmasq.inc')
-rw-r--r--meta-networking/recipes-support/dnsmasq/dnsmasq.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
index 793c106aa..9ef54fe17 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.
38 38
39do_compile_append() { 39do_compile_append() {
40 # build dhcp_release 40 # build dhcp_release
41 cd ${S}/contrib/wrt 41 cd ${S}/contrib/lease-tools
42 oe_runmake 42 oe_runmake
43} 43}
44 44
@@ -59,7 +59,7 @@ do_install () {
59 install -m 0644 ${WORKDIR}/dnsmasq-noresolvconf.service ${D}${systemd_unitdir}/system/dnsmasq.service 59 install -m 0644 ${WORKDIR}/dnsmasq-noresolvconf.service ${D}${systemd_unitdir}/system/dnsmasq.service
60 fi 60 fi
61 61
62 install -m 0755 ${S}/contrib/wrt/dhcp_release ${D}${bindir} 62 install -m 0755 ${S}/contrib/lease-tools/dhcp_release ${D}${bindir}
63 63
64 if [ "${@bb.utils.contains('PACKAGECONFIG', 'dbus', 'dbus', '', d)}" != "" ]; then 64 if [ "${@bb.utils.contains('PACKAGECONFIG', 'dbus', 'dbus', '', d)}" != "" ]; then
65 install -d ${D}${sysconfdir}/dbus-1/system.d 65 install -d ${D}${sysconfdir}/dbus-1/system.d