From: Maxime Hadjinlian Date: Sun, 4 Oct 2015 15:19:43 +0000 (+0200) Subject: kodi: Without native RPC use libtirpc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a74623d5600cf582468125dfa9b9a78d20323d0f;p=buildroot.git kodi: Without native RPC use libtirpc Signed-off-by: Maxime Hadjinlian Reviewed-by: Arnout Vandecappelle (Essensium/Mind) ---- v2 -> v3: - Remove the select (not needed, we only have to propagate the depends on) Signed-off-by: Thomas Petazzoni --- diff --git a/package/kodi/Config.in b/package/kodi/Config.in index 797f59d7c5..eede24328d 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -181,13 +181,14 @@ config BR2_PACKAGE_KODI_LIBMICROHTTPD config BR2_PACKAGE_KODI_LIBNFS bool "nfs" - depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC + # libnfs -> libtirpc + depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS select BR2_PACKAGE_LIBNFS help Enable NFS server support. -comment "nfs support needs a toolchain w/ RPC support" - depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC +comment "nfs support needs a toolchain w/ threads support" + depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC) config BR2_PACKAGE_KODI_RTMPDUMP bool "rtmp"