All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] whois: Fix unmet dependencies
Date: Fri, 19 Sep 2014 22:05:29 +0200	[thread overview]
Message-ID: <20140919200529.GB4155@free.fr> (raw)
In-Reply-To: <1411138378-32002-1-git-send-email-jezz@sysmic.org>

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.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2014-09-19 20:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-19 14:52 [Buildroot] [PATCH v2] whois: Fix unmet dependencies Jérôme Pouiller
2014-09-19 20:05 ` Yann E. MORIN [this message]
2014-09-19 21:11 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140919200529.GB4155@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.