diff mbox

[3/3] sstrip: mark as deprecated

Message ID 1466088075-7635-4-git-send-email-julien.floret@6wind.com
State Accepted
Headers show

Commit Message

Julien Floret June 16, 2016, 2:41 p.m. UTC
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>
---
 package/sstrip/Config.in | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/package/sstrip/Config.in b/package/sstrip/Config.in
index 12a5941c54aa..c458f8eab1b0 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.