From patchwork Mon Mar 30 11:40:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Bilas X-Patchwork-Id: 1263895 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=grinn-global.com Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48rVrX02y8z9sP7 for ; Mon, 30 Mar 2020 22:40:27 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6689D87D36; Mon, 30 Mar 2020 11:40:25 +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 xWD2WHL-D-SM; Mon, 30 Mar 2020 11:40:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 1374B87C25; Mon, 30 Mar 2020 11:40:24 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 591F11BF41C for ; Mon, 30 Mar 2020 11:40:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 55EDD86B1D for ; Mon, 30 Mar 2020 11:40:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NzxxFvXSmcbV for ; Mon, 30 Mar 2020 11:40:22 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from smtp.megiteam.pl (smtp.megiteam.pl [31.186.83.105]) by fraxinus.osuosl.org (Postfix) with ESMTPS id EFBCE86B1C for ; Mon, 30 Mar 2020 11:40:21 +0000 (UTC) Received: from host-81-161-192-57.oxylion.net.pl ([81.161.192.57] helo=bartekk-pc.lan) by smtp.megiteam.pl with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86.2_XX) (envelope-from ) id 1jIsmA-0004ow-7k; Mon, 30 Mar 2020 13:40:18 +0200 From: Bartosz Bilas To: buildroot@buildroot.org Date: Mon, 30 Mar 2020 13:40:15 +0200 Message-Id: <20200330114015.342650-1-b.bilas@grinn-global.com> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] Config.in.legacy: move cegui06 package to 2020.05 section X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Bartosz Bilas Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" During package update, the legacy option was set to the existing 2020.02 release instead of the next 2020.05. Signed-off-by: Bartosz Bilas --- Config.in.legacy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Config.in.legacy b/Config.in.legacy index 4a9b2ead9d..63818ed6b8 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -153,8 +153,6 @@ config BR2_GCC_VERSION_5_X Support for gcc version 5.x has been removed. The current default version (8.x or later) has been selected instead. -comment "Legacy options removed in 2020.02" - config BR2_PACKAGE_CEGUI06 bool "BR2_PACKAGE_CEGUI06 was renamed" select BR2_PACKAGE_CEGUI @@ -163,6 +161,8 @@ config BR2_PACKAGE_CEGUI06 The BR2_PACKAGE_CEGUI06 config symbol was renamed to BR2_PACKAGE_CEGUI. +comment "Legacy options removed in 2020.02" + config BR2_PACKAGE_JAMVM bool "jamvm removed" select BR2_LEGACY