From patchwork Fri Jan 15 10:47:46 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 568028 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 9CF66140BFF for ; Fri, 15 Jan 2016 21:48:00 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=bbNvLD4l; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id AEE2627280; Fri, 15 Jan 2016 10:47:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7IWKclKHjrqk; Fri, 15 Jan 2016 10:47:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 35127316EA; Fri, 15 Jan 2016 10:47:58 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 09C831C1750 for ; Fri, 15 Jan 2016 10:47:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 24E0291692 for ; Fri, 15 Jan 2016 10:47:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id my7N+rbmsOE8 for ; Fri, 15 Jan 2016 10:47:55 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id A8BE591666 for ; Fri, 15 Jan 2016 10:47:54 +0000 (UTC) Received: from asgard (cpe-181-46-100-24.telecentro-reversos.com.ar [181.46.100.24] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id u0FAllaX022609 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 15 Jan 2016 10:47:50 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1452854872; bh=F9XTOAM6nnKxPaZLIDhpB2KpsWvtuPzq2kX3K8QPcak=; h=From:To:Cc:Subject:Date; b=bbNvLD4lXrPoK1LYW07FA6iTMT8wwlvnPyhKx8OvFLjq7JYPXzsPhvXk7cVBD6Mya Zf3mga7J+QXbvu+InfkN93Cc5CbbPg2DOQTtlf2+y/BWXyiM0fN//Yy9JGTxWIj4bD HRA1tiX9aoaqnpCSnaGLPBfq65BMj9nfP3XvBrik= Received: by asgard (sSMTP sendmail emulation); Fri, 15 Jan 2016 07:47:46 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 15 Jan 2016 07:47:46 -0300 Message-Id: <1452854866-25826-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.10 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] Config.in: Add BR2_DEPRECATED_SINCE_2016_02 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" In prepration for new deprecated features/symbols. Signed-off-by: Gustavo Zacarias --- Config.in | 4 ++++ 1 file changed, 4 insertions(+) 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