Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/kodi: fix a runtime bug (no text displayed in GUI) when an external glibc toolchain is used
@ 2015-03-04 21:02 julien.boibessot at free.fr
  2015-03-04 21:11 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: julien.boibessot at free.fr @ 2015-03-04 21:02 UTC (permalink / raw)
  To: buildroot

From: Julien Boibessot <julien.boibessot@armadeus.com>

Problem seen on Sourcery CodeBench ARM 2014.05 toolchain.

Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
---
 package/kodi/Config.in |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/kodi/Config.in b/package/kodi/Config.in
index 74aeb72..a6e1560 100644
--- a/package/kodi/Config.in
+++ b/package/kodi/Config.in
@@ -7,6 +7,13 @@ comment "kodi needs a toolchain w/ C++, IPv6, largefile, threads, wchar"
 	depends on !BR2_INET_IPV6 || !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
 	depends on BR2_USE_MMU
 
+# 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
+
 config BR2_PACKAGE_KODI_EGL_GLES
 	bool
 	default y
-- 
1.7.9.5

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

end of thread, other threads:[~2015-03-05 18:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2015-03-05 18:37   ` Julien Boibessot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox