[OE-core] [PATCH] bind: Move nsupdate to bind-utils

Adrian Bunk bunk at stusta.de
Thu Feb 14 09:11:13 UTC 2019


This is a client tool that is usually not used one the same
machine as the DNS server.

Signed-off-by: Adrian Bunk <bunk at stusta.de>
---
 meta/recipes-connectivity/bind/bind_9.11.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 
-- 
2.11.0



More information about the Openembedded-core mailing list