From 8243b84733349347986acfa077212ba62daf8756 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 1 Feb 2020 13:59:21 +0100 Subject: [PATCH] package/kodi: needs extra encodings in libiconv The Kodi build system also enables extra encodings: https://github.com/xbmc/xbmc/blob/Leia/tools/depends/target/libiconv/Makefile#L13 Without them addons fail to install: https://github.com/garbear/kodi-steamlink/issues/34#issuecomment-579392269 Signed-off-by: Bernd Kuhls Signed-off-by: Yann E. MORIN --- package/kodi/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kodi/Config.in b/package/kodi/Config.in index cd3bc99bf9..8ca9d0970e 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -84,6 +84,7 @@ menuconfig BR2_PACKAGE_KODI select BR2_PACKAGE_LIBCURL select BR2_PACKAGE_LIBFRIBIDI select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE + select BR2_PACKAGE_LIBICONV_EXTRA_ENCODINGS if !BR2_ENABLE_LOCALE select BR2_PACKAGE_LIBPLIST select BR2_PACKAGE_LIBSAMPLERATE select BR2_PACKAGE_LZO -- 2.30.2