diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-06 09:50:33 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-03 14:31:39 +0200 |
commit | 2cf5d91167cda1bbc6ffac8330992cefc07fb489 (patch) | |
tree | 9e6cf2d787067f0fdc6a6490ee8fa8a52df37fbc | |
parent | 18582060a61e75573f92d87366b2e3fcca7a3be0 (diff) | |
download | buildroot-2cf5d91167cda1bbc6ffac8330992cefc07fb489.tar.gz buildroot-2cf5d91167cda1bbc6ffac8330992cefc07fb489.zip |
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: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/samba/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/samba/Config.in b/package/samba/Config.in index 9d04851741..7ff8428160 100644 --- a/package/samba/Config.in +++ b/package/samba/Config.in @@ -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 |