diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-04 20:44:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-04 20:44:16 +0100 |
commit | 4afde208fc773ccffff873e95ab6df6a741c5c39 (patch) | |
tree | 9f15db1ec9316c2f5460316a64437c240b618510 /target | |
parent | e25d44e7e609a1be887d13cf7c969eb06cb5f88a (diff) |
there is no reason not to use uClibc-ng for kodi
This was tested on a rpi2.
Diffstat (limited to 'target')
-rw-r--r-- | target/appliances/kodi.appliance | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/appliances/kodi.appliance b/target/appliances/kodi.appliance index ad60fa283..02a736ecf 100644 --- a/target/appliances/kodi.appliance +++ b/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 |