[oe-commits] Tom Rini : bind 9.3.6: Drop nslookup

git version control git at git.openembedded.org
Fri Nov 12 05:06:42 UTC 2010


Module: openembedded.git
Branch: testing-next
Commit: 13fbe7253c95881ede787004a4c3a1c31502e5c6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=13fbe7253c95881ede787004a4c3a1c31502e5c6

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Nov 11 20:07:54 2010 -0700

bind 9.3.6: Drop nslookup

All other versions have been removing this, so sync up.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/bind/bind_9.3.6.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/bind/bind_9.3.6.bb b/recipes/bind/bind_9.3.6.bb
index 0965f72..1412a68 100644
--- a/recipes/bind/bind_9.3.6.bb
+++ b/recipes/bind/bind_9.3.6.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "ISC Internet Domain Name Server"
 SECTION = "console/network"
 HOMEPAGE = "http://www.isc.org/sw/bind/"
 LICENSE = "BSD"
-PR = "r0"
+PR = "r1"
 
 DEPENDS = "openssl"
 
@@ -24,6 +24,7 @@ FILES_${PN}-utils = "${bindir}/host ${bindir}/dig ${bindir}/nslookup"
 FILES_${PN}-dev += "${bindir}/isc-config.h"
 
 do_install_append() {
+	rm "${D}/usr/bin/nslookup"
 	install -d "${D}/etc/bind"
 	install -d "${D}/etc/init.d"
 	install -m 644 ${S}/conf/* "${D}/etc/bind"





More information about the Openembedded-commits mailing list