summaryrefslogtreecommitdiff
path: root/package/kodi
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-02-20 23:09:12 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-29 23:45:16 +0100
commit89a195e6c701b4e9ec9bfab5aaa352d87cb0e6be (patch)
treed9b4c1b9f11f87e6d29166b5d731bc9409fec1d3 /package/kodi
parent6922b41dd8bb5294e9cfcef6ea6678737150a815 (diff)
package/kodi: enable samba support with uClibc toolchain
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/kodi')
-rw-r--r--package/kodi/Config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/kodi/Config.in b/package/kodi/Config.in
index 09bd0cd4a..23468ccb2 100644
--- a/package/kodi/Config.in
+++ b/package/kodi/Config.in
@@ -191,12 +191,13 @@ config BR2_PACKAGE_KODI_LIBSHAIRPLAY
comment "shairport support needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS
-comment "samba support needs an (e)glibc toolchain w/ RPC"
- depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_TOOLCHAIN_HAS_NATIVE_RPC
+comment "samba support needs a (e)glibc or uClibc toolchain w/ RPC"
+ depends on (!BR2_TOOLCHAIN_USES_GLIBC && \
+ !BR2_TOOLCHAIN_USES_UCLIBC) || !BR2_TOOLCHAIN_HAS_NATIVE_RPC
config BR2_PACKAGE_KODI_LIBSMBCLIENT
bool "samba"
- depends on BR2_TOOLCHAIN_USES_GLIBC
+ depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_UCLIBC
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
depends on BR2_TOOLCHAIN_HAS_SYNC_4
select BR2_PACKAGE_SAMBA4