Commit f83662bb authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

mpd: switch smb support to samba4



samba3 is deprecated upstream.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent bfc8a3c4
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -192,11 +192,14 @@ config BR2_PACKAGE_MPD_LIBNFS
comment "nfs support needs a toolchain w/ RPC"
	depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC

comment "samba support needs an (e)glibc toolchain"
	depends on !BR2_TOOLCHAIN_USES_GLIBC

config BR2_PACKAGE_MPD_LIBSMBCLIENT
	bool "samba"
	depends on !BR2_nios2 # samba
	select BR2_PACKAGE_SAMBA
	select BR2_PACKAGE_SAMBA_LIBSMBCLIENT
	depends on BR2_TOOLCHAIN_USES_GLIBC
	select BR2_PACKAGE_SAMBA4
	help
	  Enable Samba support.

+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ MPD_CONF_OPTS += --disable-nfs
endif

ifeq ($(BR2_PACKAGE_MPD_LIBSMBCLIENT),y)
MPD_DEPENDENCIES += samba
MPD_DEPENDENCIES += samba4
MPD_CONF_OPTS += --enable-smbclient
else
MPD_CONF_OPTS += --disable-smbclient