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

samba: deprecate package due to EOL

Samba 3.6.x is now EOL, people should move to samba4.

See: https://www.samba.org/samba/history/samba-4.2.0.html



Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 18582060
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_SAMBA
	bool "samba"
	depends on BR2_DEPRECATED_SINCE_2015_05
	depends on BR2_TOOLCHAIN_HAS_THREADS
	depends on BR2_USE_MMU # fork()
	depends on !BR2_nios2 # binary too large, relocations don't fit
@@ -15,6 +16,7 @@ config BR2_PACKAGE_SAMBA
		so choose only the components you need.

comment "samba needs a toolchain w/ threads"
	depends on BR2_DEPRECATED_SINCE_2015_05
	depends on BR2_USE_MMU
	depends on !BR2_TOOLCHAIN_HAS_THREADS