Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] gnutls: tools require the package
@ 2013-02-05 13:49 Gustavo Zacarias
  2013-02-05 13:54 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2013-02-05 13:49 UTC (permalink / raw)
  To: buildroot

From incomplete revert commit 68c3f5257d94d0fc0437747014f3c1ff4d02aa8b

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gnutls/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/gnutls/Config.in b/package/gnutls/Config.in
index 3a34c48..25cd552 100644
--- a/package/gnutls/Config.in
+++ b/package/gnutls/Config.in
@@ -10,6 +10,7 @@ config BR2_PACKAGE_GNUTLS
 
 config BR2_PACKAGE_GNUTLS_TOOLS
 	bool "install tools"
+	depends on BR2_PACKAGE_GNUTLS
 	depends on BR2_USE_WCHAR
 	help
 	  Install GnuTLS command line tools for various cryptographic tasks.
-- 
1.7.12.4

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

* [Buildroot] [PATCH] gnutls: tools require the package
  2013-02-05 13:49 [Buildroot] [PATCH] gnutls: tools require the package Gustavo Zacarias
@ 2013-02-05 13:54 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-02-05 13:54 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 >> From incomplete revert commit 68c3f5257d94d0fc0437747014f3c1ff4d02aa8b
 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 Gustavo> ---
 Gustavo>  package/gnutls/Config.in | 1 +
 Gustavo>  1 file changed, 1 insertion(+)

 Gustavo> diff --git a/package/gnutls/Config.in b/package/gnutls/Config.in
 Gustavo> index 3a34c48..25cd552 100644
 Gustavo> --- a/package/gnutls/Config.in
 Gustavo> +++ b/package/gnutls/Config.in
 Gustavo> @@ -10,6 +10,7 @@ config BR2_PACKAGE_GNUTLS
 
 Gustavo>  config BR2_PACKAGE_GNUTLS_TOOLS
 Gustavo>  	bool "install tools"
 Gustavo> +	depends on BR2_PACKAGE_GNUTLS
 Gustavo>  	depends on BR2_USE_WCHAR

Ups, yes - But the BR2_USE_WCHAR should go (I removed the wrong
line). Committed with that fixed.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-02-05 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05 13:49 [Buildroot] [PATCH] gnutls: tools require the package Gustavo Zacarias
2013-02-05 13:54 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox