diff mbox

Config.in: Add BR2_DEPRECATED_SINCE_2016_02

Message ID 1452854866-25826-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 07941f42777f83adeb5527cfb02b343458c39ede
Headers show

Commit Message

Gustavo Zacarias Jan. 15, 2016, 10:47 a.m. UTC
In prepration for new deprecated features/symbols.

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

Comments

Peter Korsgaard Jan. 15, 2016, 5:57 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > In prepration for new deprecated features/symbols.

And we're already using it in linux-headers.

Committed, thanks.
Gustavo Zacarias Jan. 15, 2016, 5:58 p.m. UTC | #2
On 15/01/16 14:57, Peter Korsgaard wrote:

> And we're already using it in linux-headers.
>
> Committed, thanks.

Hi, yes.
I forgot to mention it when splitting other patches from my series that 
depend upon the openssl legacy (that removes libungif, the old 
deprecated symbol and headers 3.16.x).
If openssl stalls i'll reorder/rebase to get them out of the way - 
though those aren't are hard req.
Regards.
diff mbox

Patch

diff --git a/Config.in b/Config.in
index f6f9b85..63feef8 100644
--- a/Config.in
+++ b/Config.in
@@ -365,6 +365,10 @@  config BR2_DEPRECATED_SINCE_2015_11
 	bool
 	default y
 
+config BR2_DEPRECATED_SINCE_2016_02
+	bool
+	default y
+
 endif
 
 config BR2_ENABLE_DEBUG