[Buildroot] [git commit] Config.in: Add BR2_DEPRECATED_SINCE_2015_05

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Mar 4 21:12:32 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=0f1556e1c8fb5a0e4069b1bd692ea90e37df4c7d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 Config.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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


More information about the buildroot mailing list