[Buildroot] [PATCH v2 1/8] Config.in: Add BR2_DEPRECATED_SINCE_2015_05

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Mar 3 15:52:24 UTC 2015


In preparation for the deprecation of certain features in 2015.05, add
the BR2_DEPRECATED_SINCE_2015_05 symbol.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Config.in b/Config.in
index ce239d6..0598042 100644
--- a/Config.in
+++ b/Config.in
@@ -312,6 +312,10 @@ config BR2_DEPRECATED_SINCE_2015_02
 	bool
 	default y
 
+config BR2_DEPRECATED_SINCE_2015_05
+	bool
+	default y
+
 endif
 
 config BR2_ENABLE_DEBUG
-- 
2.0.5



More information about the buildroot mailing list