mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
kodi: switch smb support to samba4
samba3 is deprecated upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f83662bb7e
commit
dc6b46d1ba
@ -202,10 +202,13 @@ config BR2_PACKAGE_KODI_LIBSHAIRPLAY
|
|||||||
comment "shairport support needs a toolchain w/ dynamic library"
|
comment "shairport support needs a toolchain w/ dynamic library"
|
||||||
depends on BR2_STATIC_LIBS
|
depends on BR2_STATIC_LIBS
|
||||||
|
|
||||||
|
comment "samba support needs an (e)glibc toolchain"
|
||||||
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
||||||
|
|
||||||
config BR2_PACKAGE_KODI_LIBSMBCLIENT
|
config BR2_PACKAGE_KODI_LIBSMBCLIENT
|
||||||
bool "samba"
|
bool "samba"
|
||||||
select BR2_PACKAGE_SAMBA
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||||||
select BR2_PACKAGE_SAMBA_LIBSMBCLIENT
|
select BR2_PACKAGE_SAMBA4
|
||||||
help
|
help
|
||||||
Enable Samba support
|
Enable Samba support
|
||||||
|
|
||||||
|
@ -140,7 +140,7 @@ KODI_CONF_OPTS += --disable-webserver
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_KODI_LIBSMBCLIENT),y)
|
ifeq ($(BR2_PACKAGE_KODI_LIBSMBCLIENT),y)
|
||||||
KODI_DEPENDENCIES += samba
|
KODI_DEPENDENCIES += samba4
|
||||||
KODI_CONF_OPTS += --enable-samba
|
KODI_CONF_OPTS += --enable-samba
|
||||||
else
|
else
|
||||||
KODI_CONF_OPTS += --disable-samba
|
KODI_CONF_OPTS += --disable-samba
|
||||||
|
Loading…
x
Reference in New Issue
Block a user