[oe-commits] wenzong.fan at windriver.com : bind: disable nslookup man page

git at git.openembedded.org git at git.openembedded.org
Tue Jan 22 15:56:30 UTC 2013


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

Author: wenzong.fan at windriver.com <wenzong.fan at windriver.com>
Date:   Tue Jan 22 17:27:39 2013 +0800

bind: disable nslookup man page

The nslookup is not shipped for now, we should disable its man page if
the binary tool is not installed.

[YOCTO#3754]

Signed-off-by: Wenzong Fan <wenzong.fan at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

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

diff --git a/meta/recipes-connectivity/bind/bind_9.8.1.bb b/meta/recipes-connectivity/bind/bind_9.8.1.bb
index 23ff0b4..18cbb99 100644
--- a/meta/recipes-connectivity/bind/bind_9.8.1.bb
+++ b/meta/recipes-connectivity/bind/bind_9.8.1.bb
@@ -6,7 +6,7 @@ LICENSE = "ISC & BSD"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0fbe2a3ab3c68ac3fea3cad13093877c"
 
 DEPENDS = "openssl libcap"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
            file://conf.patch \
@@ -38,6 +38,7 @@ FILES_${PN}-dev += "${bindir}/isc-config.h"
 
 do_install_append() {
 	rm "${D}${bindir}/nslookup"
+	rm "${D}${mandir}/man1/nslookup.1"
 	install -d "${D}${sysconfdir}/bind"
 	install -d "${D}${sysconfdir}/init.d"
 	install -m 644 ${S}/conf/* "${D}${sysconfdir}/bind/"





More information about the Openembedded-commits mailing list