mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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>
This commit is contained in:
committed by
Joe MacDonald
parent
e86c7ef20f
commit
10a106616e
@@ -38,7 +38,7 @@ SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'resolvconf', 'file://dnsmasq.
|
|||||||
|
|
||||||
do_compile_append() {
|
do_compile_append() {
|
||||||
# build dhcp_release
|
# build dhcp_release
|
||||||
cd ${S}/contrib/wrt
|
cd ${S}/contrib/lease-tools
|
||||||
oe_runmake
|
oe_runmake
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@ do_install () {
|
|||||||
install -m 0644 ${WORKDIR}/dnsmasq-noresolvconf.service ${D}${systemd_unitdir}/system/dnsmasq.service
|
install -m 0644 ${WORKDIR}/dnsmasq-noresolvconf.service ${D}${systemd_unitdir}/system/dnsmasq.service
|
||||||
fi
|
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
|
if [ "${@bb.utils.contains('PACKAGECONFIG', 'dbus', 'dbus', '', d)}" != "" ]; then
|
||||||
install -d ${D}${sysconfdir}/dbus-1/system.d
|
install -d ${D}${sysconfdir}/dbus-1/system.d
|
||||||
|
|||||||
@@ -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"
|
|
||||||
|
|
||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user