[oe-commits] Robert Yang : bind: remove nslookup from FILES

git at git.openembedded.org git at git.openembedded.org
Tue Mar 25 21:18:56 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 3bf1f39d918a428246df774c8d306bcfe40ddbdd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3bf1f39d918a428246df774c8d306bcfe40ddbdd

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue Mar 25 19:00:12 2014 +0800

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 <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/bind/bind_9.9.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/bind/bind_9.9.5.bb b/meta/recipes-connectivity/bind/bind_9.9.5.bb
index 8c3cbed..604deb6 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() {



More information about the Openembedded-commits mailing list