[Buildroot] [PATCH 3/3] sstrip: mark as deprecated

Julien Floret julien.floret at 6wind.com
Thu Jun 16 14:41:15 UTC 2016


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 at 6wind.com>
---
 package/sstrip/Config.in | 1 +
 1 file changed, 1 insertion(+)

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.
-- 
2.1.0



More information about the buildroot mailing list