浏览代码

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>
Julien Floret 9 年之前
父节点
当前提交
80899ff982
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/sstrip/Config.in

+ 1 - 0
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.