[Buildroot] [PATCH v2] whois: Fix unmet dependencies

Yann E. MORIN yann.morin.1998 at free.fr
Fri Sep 19 20:05:29 UTC 2014


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 at sysmic.org>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998 at 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.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list