From: Adrian Bunk Date: Thu, 14 Feb 2019 09:11:13 +0000 (+0200) Subject: bind: Move nsupdate to bind-utils X-Git-Tag: uninative-2.4~359 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3f114fb51ca315db0f7cb73b450a508a0477ab88;p=openembedded-core.git bind: Move nsupdate to bind-utils This is a client tool that is usually not used one the same machine as the DNS server. Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/bind/bind_9.11.5.bb b/meta/recipes-connectivity/bind/bind_9.11.5.bb index 21e979fd9c..11990ee27e 100644 --- a/meta/recipes-connectivity/bind/bind_9.11.5.bb +++ b/meta/recipes-connectivity/bind/bind_9.11.5.bb @@ -119,7 +119,7 @@ CONFFILES_${PN} = " \ " PACKAGE_BEFORE_PN += "${PN}-utils" -FILES_${PN}-utils = "${bindir}/host ${bindir}/dig ${bindir}/mdig" +FILES_${PN}-utils = "${bindir}/host ${bindir}/dig ${bindir}/mdig ${bindir}/nsupdate" FILES_${PN}-dev += "${bindir}/isc-config.h" FILES_${PN} += "${sbindir}/generate-rndc-key.sh"