All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/kodi: fix a runtime bug (no text displayed in GUI) when an external glibc toolchain is used
Date: Wed, 4 Mar 2015 22:11:00 +0100	[thread overview]
Message-ID: <20150304221100.18c7ff17@free-electrons.com> (raw)
In-Reply-To: <1425502935-18002-1-git-send-email-julien.boibessot@free.fr>

Dear julien.boibessot at free.fr,

On Wed,  4 Mar 2015 22:02:15 +0100, julien.boibessot at free.fr wrote:

> +# Otherwise no text is displayed in user interface when compiled with an
> +# external glibc toolchain (iconv_open() is required at runtime for UTF-8 to
> +# UTF-32 conversion)
> +comment "kodi needs an external glibc toolchain which copy gconv libraries"
> +	depends on BR2_PACKAGE_KODI_ARCH_SUPPORTS && BR2_TOOLCHAIN_EXTERNAL_GLIBC
> +	depends on !BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY

As suggested by Yann, what about:

	select BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY if BR2_TOOLCHAIN_EXTERNAL_GLIBC

 ?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2015-03-04 21:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-04 21:02 [Buildroot] [PATCH] package/kodi: fix a runtime bug (no text displayed in GUI) when an external glibc toolchain is used julien.boibessot at free.fr
2015-03-04 21:11 ` Thomas Petazzoni [this message]
2015-03-05 18:37   ` Julien Boibessot

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=20150304221100.18c7ff17@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --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.