summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorJulien Floret <julien.floret@6wind.com>2016-06-16 16:41:15 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-18 15:36:20 +0200
commit80899ff982b5645839e6f00021276c69c531f9df (patch)
tree22cee70797a9753301aac0417fa92e8ed37d19bf /package
parent995da6ea9b4e2257b1e8646883c3dfdaaf341548 (diff)
sstrip: mark as deprecated
sstrip is unmaintained and potentially harmful, as Yann explained in commit 6a6962fd82ca ("build/sstrip: deprecate for 2014.05"). Signed-off-by: Julien Floret <julien.floret@6wind.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r--package/sstrip/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/sstrip/Config.in b/package/sstrip/Config.in
index 12a5941c5..c458f8eab 100644
--- a/package/sstrip/Config.in
+++ b/package/sstrip/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_SSTRIP
bool "sstrip"
+ depends on BR2_DEPRECATED_SINCE_2016_08
help
Small utility that removes a few bytes from an executable that
strip leaves behind.