mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
e86c7ef20f
commit
10a106616e
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
8
meta-networking/recipes-support/dnsmasq/dnsmasq_2.76.bb
Normal file
8
meta-networking/recipes-support/dnsmasq/dnsmasq_2.76.bb
Normal file
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user