| Submitter | Thomas Petazzoni |
|---|---|
| Date | Nov. 10, 2012, 10:36 p.m. |
| Message ID | <cover.1352586949.git.thomas.petazzoni@free-electrons.com> |
| Download | mbox |
| Permalink | /patch/198225/ |
| State | Accepted |
| Headers | show
Return-Path: <buildroot-bounces@busybox.net> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 36ABB2C0089 for <incoming@patchwork.ozlabs.org>; Sun, 11 Nov 2012 09:36:27 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 429A8A01A0; Sat, 10 Nov 2012 22:36:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 066BXSjXzjDh; Sat, 10 Nov 2012 22:36:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id C84EDA017A; Sat, 10 Nov 2012 22:36:19 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 384918F74A for <buildroot@lists.busybox.net>; Sat, 10 Nov 2012 22:36:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0EE0F8A361 for <buildroot@lists.busybox.net>; Sat, 10 Nov 2012 22:36:18 +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 fd0c7ggT+Kcc for <buildroot@lists.busybox.net>; Sat, 10 Nov 2012 22:36:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [88.190.12.23]) by whitealder.osuosl.org (Postfix) with ESMTP id DB0718A313 for <buildroot@busybox.net>; Sat, 10 Nov 2012 22:36:15 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 7900D191; Sat, 10 Nov 2012 23:35:45 +0100 (CET) Received: from localhost (37-8-163-215.coucou-networks.fr [37.8.163.215]) by mail.free-electrons.com (Postfix) with ESMTPSA id CF95DD9 for <buildroot@busybox.net>; Sat, 10 Nov 2012 23:35:37 +0100 (CET) From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> To: buildroot@busybox.net Date: Sat, 10 Nov 2012 23:36:01 +0100 Message-Id: <cover.1352586949.git.thomas.petazzoni@free-electrons.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] Deprecate the support for toolchain on the target X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot <buildroot.busybox.net> List-Unsubscribe: <http://lists.busybox.net/mailman/options/buildroot>, <mailto:buildroot-request@busybox.net?subject=unsubscribe> List-Archive: <http://lists.busybox.net/pipermail/buildroot> List-Post: <mailto:buildroot@busybox.net> List-Help: <mailto:buildroot-request@busybox.net?subject=help> List-Subscribe: <http://lists.busybox.net/mailman/listinfo/buildroot>, <mailto:buildroot-request@busybox.net?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net |
The following changes since commit 234fe4433489bca81b79311239569525cc008d9d: perl: build with perlcross instead of qemu (2012-11-09 10:04:31 +0100) are available in the git repository at: git://git.free-electrons.com/users/thomas-petazzoni/buildroot.git no-target-toolchain for you to fetch changes up to c42b5a3ae08ae07779a6ee389a8367318efe96bf: Mark a number of development related packages as deprecated (2012-11-10 23:34:39 +0100) ---------------------------------------------------------------- Thomas Petazzoni (2): Deprecate the support for the toolchain on target Mark a number of development related packages as deprecated Config.in | 4 ++++ package/autoconf/Config.in | 3 +++ package/automake/Config.in | 3 +++ package/libtool/Config.in | 2 ++ package/make/Config.in | 2 ++ toolchain/gcc/Config.in.2 | 5 ++--- 6 files changed, 16 insertions(+), 3 deletions(-) Thanks,