sstrip: mark as deprecated
authorJulien Floret <julien.floret@6wind.com>
Thu, 16 Jun 2016 14:41:15 +0000 (16:41 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 18 Jun 2016 13:36:20 +0000 (15:36 +0200)
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>
package/sstrip/Config.in

index 12a5941c54aa37dc1e7c4584f765370463c1ef32..c458f8eab1b05ce3bc3771be5f5c4e48fa8c4a5f 100644 (file)
@@ -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.