All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] prevent selecting portmap when rpcbind is selected.
@ 2014-06-15 13:05 Sagaert Johan
  2014-06-29 16:20 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Sagaert Johan @ 2014-06-15 13:05 UTC (permalink / raw)
  To: buildroot

portmap and rpcbind must not be selected at the same time.
Users should use rpcbind in favor of the deprecated portmap. 

Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
---
 package/portmap/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/portmap/Config.in b/package/portmap/Config.in
index fa7eaf1..f17d9aa 100644
--- a/package/portmap/Config.in
+++ b/package/portmap/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PORTMAP
 	bool "portmap"
 	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
+	depends on !BR2_PACKAGE_RPCBIND
 	help
 	  The standard portmapper for RPC services.
 
-- 
2.0.0

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

* [Buildroot] [PATCH 1/1] prevent selecting portmap when rpcbind is selected.
  2014-06-15 13:05 [Buildroot] [PATCH 1/1] prevent selecting portmap when rpcbind is selected Sagaert Johan
@ 2014-06-29 16:20 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-06-29 16:20 UTC (permalink / raw)
  To: buildroot

Dear Sagaert Johan,

On Sun, 15 Jun 2014 15:05:16 +0200, Sagaert Johan wrote:
> portmap and rpcbind must not be selected at the same time.
> Users should use rpcbind in favor of the deprecated portmap. 
> 
> Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
> ---
>  package/portmap/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Thanks, applied, after tweaking the commit title, and adding a comment
above the dependency to explain why it's there.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2014-06-29 16:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-15 13:05 [Buildroot] [PATCH 1/1] prevent selecting portmap when rpcbind is selected Sagaert Johan
2014-06-29 16:20 ` Thomas Petazzoni

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.