* [Buildroot] [PATCH v2] whois: Fix unmet dependencies
@ 2014-09-19 14:52 Jérôme Pouiller
2014-09-19 20:05 ` Yann E. MORIN
2014-09-19 21:11 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Jérôme Pouiller @ 2014-09-19 14:52 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 | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/whois/Config.in b/package/whois/Config.in
index 40b6590..95e3dc6 100644
--- a/package/whois/Config.in
+++ b/package/whois/Config.in
@@ -1,7 +1,11 @@
config BR2_PACKAGE_WHOIS
bool "whois"
+ depends on BR2_USE_WCHAR # gettext
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
help
Improved whois client.
http://www.linux.it/~md/software/
+
+comment "whois needs a toolchain w/ wchar"
+ depends on !BR2_USE_WCHAR
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v2] whois: Fix unmet dependencies
2014-09-19 14:52 [Buildroot] [PATCH v2] whois: Fix unmet dependencies Jérôme Pouiller
@ 2014-09-19 20:05 ` Yann E. MORIN
2014-09-19 21:11 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2014-09-19 20:05 UTC (permalink / raw)
To: buildroot
J?r?me, All,
On 2014-09-19 16:52 +0200, J?r?me Pouiller spake thusly:
> 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>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> package/whois/Config.in | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/package/whois/Config.in b/package/whois/Config.in
> index 40b6590..95e3dc6 100644
> --- a/package/whois/Config.in
> +++ b/package/whois/Config.in
> @@ -1,7 +1,11 @@
> config BR2_PACKAGE_WHOIS
> bool "whois"
> + depends on BR2_USE_WCHAR # gettext
> select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
> help
> Improved whois client.
>
> http://www.linux.it/~md/software/
> +
> +comment "whois needs a toolchain w/ wchar"
> + depends on !BR2_USE_WCHAR
> --
> 2.1.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v2] whois: Fix unmet dependencies
2014-09-19 14:52 [Buildroot] [PATCH v2] whois: Fix unmet dependencies Jérôme Pouiller
2014-09-19 20:05 ` Yann E. MORIN
@ 2014-09-19 21:11 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2014-09-19 21:11 UTC (permalink / raw)
To: buildroot
>>>>> "J?r?me" == J?r?me Pouiller <jezz@sysmic.org> writes:
> 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>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-09-19 21:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-19 14:52 [Buildroot] [PATCH v2] whois: Fix unmet dependencies Jérôme Pouiller
2014-09-19 20:05 ` Yann E. MORIN
2014-09-19 21:11 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox