[Buildroot] [git commit] sstrip: mark as deprecated

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Jun 18 13:36:20 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=80899ff982b5645839e6f00021276c69c531f9df
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/sstrip/Config.in | 1 +
 1 file changed, 1 insertion(+)

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


More information about the buildroot mailing list