All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] whois: Fix unmet dependencies
@ 2014-09-19 10:42 Jérôme Pouiller
  2014-09-19 12:56 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Jérôme Pouiller @ 2014-09-19 10:42 UTC (permalink / raw)
  To: buildroot

Fix :
   BR2_PACKAGE_WHOIS selects BR2_PACKAGE_GETTEXT which has unmet direct dependencies (BR2_USE_WCHAR)

Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
---
 package/whois/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/whois/Config.in b/package/whois/Config.in
index 40b6590..b7c2782 100644
--- a/package/whois/Config.in
+++ b/package/whois/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_WHOIS
 	bool "whois"
+	depends on BR2_USE_WCHAR # gettext
 	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
 	help
 	  Improved whois client.
-- 
2.1.0

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

* [Buildroot] [PATCH] whois: Fix unmet dependencies
  2014-09-19 10:42 [Buildroot] [PATCH] whois: Fix unmet dependencies Jérôme Pouiller
@ 2014-09-19 12:56 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-09-19 12:56 UTC (permalink / raw)
  To: buildroot

Dear J?r?me Pouiller,

On Fri, 19 Sep 2014 12:42:07 +0200, J?r?me Pouiller wrote:
> Fix :
>    BR2_PACKAGE_WHOIS selects BR2_PACKAGE_GETTEXT which has unmet direct dependencies (BR2_USE_WCHAR)
> 
> Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
> ---
>  package/whois/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Please read
http://buildroot.org/downloads/manual/manual.html#_literal_config_in_literal_file,
especially section "16.2.2 Dependencies on target and toolchain
options".

You need to add a comment when adding a dependency on a toolchain
feature.

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-09-19 12:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-19 10:42 [Buildroot] [PATCH] whois: Fix unmet dependencies Jérôme Pouiller
2014-09-19 12:56 ` 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.