Browse Source

there is no reason not to use uClibc-ng for kodi

This was tested on a rpi2.
Waldemar Brodkorb 8 years ago
parent
commit
4afde208fc
3 changed files with 4 additions and 3 deletions
  1. 0 0
      scripts/config.guess
  2. 0 0
      scripts/config.sub
  3. 4 3
      target/appliances/kodi.appliance

+ 0 - 0
scripts/config.guess


+ 0 - 0
scripts/config.sub


+ 4 - 3
target/appliances/kodi.appliance

@@ -1,8 +1,9 @@
 config ADK_APPLIANCE_KODI
 	bool "kodi multimedia appliance"
-	select ADK_TARGET_LIB_GLIBC
-	select ADK_PACKAGE_GLIBC
-	select ADK_PACKAGE_GLIBC_GCONV
+	select ADK_TARGET_LIB_GLIBC if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
+	select ADK_PACKAGE_GLIBC if ADK_TARGET_LIB_GLIBC
+	select ADK_PACKAGE_GLIBC_GCONV if ADK_TARGET_LIB_GLIBC
+	select ADK_PACKAGE_LIBICONV if ADK_TARGET_LIB_UCLIBC_NG
 	select ADK_PACKAGE_KODI
 	select ADK_PACKAGE_PYTHON2_MOD_ZLIB # required for YouTube Addon
 	select ADK_PACKAGE_PYTHON2_MOD_SSL # required for YouTube Addon