From: Robert Yang Date: Tue, 25 Mar 2014 11:00:12 +0000 (+0800) Subject: bind: remove nslookup from FILES X-Git-Tag: 2015-4~3250 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3bf1f39d918a428246df774c8d306bcfe40ddbdd;p=openembedded-core.git bind: remove nslookup from FILES The nslookup had been disabled from 2010 (or earlier), but it still in FILES_${PN}-utils, we need remove it. Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/bind/bind_9.9.5.bb b/meta/recipes-connectivity/bind/bind_9.9.5.bb index 8c3cbed339..604deb6236 100644 --- a/meta/recipes-connectivity/bind/bind_9.9.5.bb +++ b/meta/recipes-connectivity/bind/bind_9.9.5.bb @@ -37,7 +37,7 @@ PARALLEL_MAKE = "" RDEPENDS_${PN} = "python-core" PACKAGES_prepend = " ${PN}-utils " -FILES_${PN}-utils = "${bindir}/host ${bindir}/dig ${bindir}/nslookup" +FILES_${PN}-utils = "${bindir}/host ${bindir}/dig" FILES_${PN}-dev += "${bindir}/isc-config.h" do_install_append() {