]> code.ossystems Code Review - openembedded-core.git/commitdiff
bind: Move nsupdate to bind-utils
authorAdrian Bunk <bunk@stusta.de>
Thu, 14 Feb 2019 09:11:13 +0000 (11:11 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Feb 2019 08:03:11 +0000 (08:03 +0000)
This is a client tool that is usually not used one the same
machine as the DNS server.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/bind/bind_9.11.5.bb

index 21e979fd9c4bceb54016ef182ccfa027bab18875..11990ee27ecec311f940337ef49db2d0f6006270 100644 (file)
@@ -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"