samba: deprecate package due to EOL
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 6 Mar 2015 12:50:33 +0000 (09:50 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 3 Apr 2015 12:31:39 +0000 (14:31 +0200)
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: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/samba/Config.in

index 9d04851741475839f1ccf96671b0b03a908f6ea2..7ff84281604543cb3bc485725bad5b98b743aafa 100644 (file)
@@ -1,5 +1,6 @@
 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