All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] bind: two fixes
@ 2014-03-25 11:00 Robert Yang
  2014-03-25 11:00 ` [PATCH 1/2] bind: fix no bind-utils package Robert Yang
  2014-03-25 11:00 ` [PATCH 2/2] bind: remove nslookup from FILES Robert Yang
  0 siblings, 2 replies; 3+ messages in thread
From: Robert Yang @ 2014-03-25 11:00 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 61ab69c4164c193083f541ce0912b6e3cb4d41a2:

  perl-native: fix path in Config.sh for sstate (2014-03-25 16:31:58 +0800)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/bind
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/bind

Robert Yang (2):
  bind: fix no bind-utils package
  bind: remove nslookup from FILES

 meta/recipes-connectivity/bind/bind_9.9.5.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
1.8.3.1



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

* [PATCH 1/2] bind: fix no bind-utils package
  2014-03-25 11:00 [PATCH 0/2] bind: two fixes Robert Yang
@ 2014-03-25 11:00 ` Robert Yang
  2014-03-25 11:00 ` [PATCH 2/2] bind: remove nslookup from FILES Robert Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2014-03-25 11:00 UTC (permalink / raw)
  To: openembedded-core

Fix the typo:
PACKAGES_preprend -> PACKAGES_prepend

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 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 4d199d4..8c3cbed 100644
--- a/meta/recipes-connectivity/bind/bind_9.9.5.bb
+++ b/meta/recipes-connectivity/bind/bind_9.9.5.bb
@@ -36,7 +36,7 @@ PARALLEL_MAKE = ""
 
 RDEPENDS_${PN} = "python-core"
 
-PACKAGES_preprend = " ${PN}-utils "
+PACKAGES_prepend = " ${PN}-utils "
 FILES_${PN}-utils = "${bindir}/host ${bindir}/dig ${bindir}/nslookup"
 FILES_${PN}-dev += "${bindir}/isc-config.h"
 
-- 
1.8.3.1



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

* [PATCH 2/2] bind: remove nslookup from FILES
  2014-03-25 11:00 [PATCH 0/2] bind: two fixes Robert Yang
  2014-03-25 11:00 ` [PATCH 1/2] bind: fix no bind-utils package Robert Yang
@ 2014-03-25 11:00 ` Robert Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2014-03-25 11:00 UTC (permalink / raw)
  To: openembedded-core

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@windriver.com>
---
 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() {
-- 
1.8.3.1



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

end of thread, other threads:[~2014-03-25 10:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-25 11:00 [PATCH 0/2] bind: two fixes Robert Yang
2014-03-25 11:00 ` [PATCH 1/2] bind: fix no bind-utils package Robert Yang
2014-03-25 11:00 ` [PATCH 2/2] bind: remove nslookup from FILES Robert Yang

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.