All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] bind: disable nslookup man page
@ 2013-01-22  9:27 wenzong.fan
  2013-01-22  9:27 ` [PATCH 1/1] " wenzong.fan
  0 siblings, 1 reply; 2+ messages in thread
From: wenzong.fan @ 2013-01-22  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhenfeng.Zhao

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

The following changes since commit 37e025f6f9c410005e0f1dee0767e38eaec01cbd:

  bitbake: hob: Hob should display warnings generated during parsing (2013-01-21 19:05:31 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib wenzong/3754-bind
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/3754-bind

Wenzong Fan (1):
  bind: disable nslookup man page

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

-- 
1.7.10.4




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] bind: disable nslookup man page
  2013-01-22  9:27 [PATCH 0/1] bind: disable nslookup man page wenzong.fan
@ 2013-01-22  9:27 ` wenzong.fan
  0 siblings, 0 replies; 2+ messages in thread
From: wenzong.fan @ 2013-01-22  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhenfeng.Zhao

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@windriver.com>
---
 meta/recipes-connectivity/bind/bind_9.8.1.bb |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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/"
-- 
1.7.10.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-22 12:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-22  9:27 [PATCH 0/1] bind: disable nslookup man page wenzong.fan
2013-01-22  9:27 ` [PATCH 1/1] " wenzong.fan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.