From patchwork Fri Nov 16 06:13:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 199490 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 9A4ED2C0081 for ; Fri, 16 Nov 2012 17:13:53 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 1570F310E6; Fri, 16 Nov 2012 06:13:52 +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 cUORr6eYDv8d; Fri, 16 Nov 2012 06:13:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 0443530FB5; Fri, 16 Nov 2012 06:13:51 +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 579C48F74A for ; Fri, 16 Nov 2012 06:13:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E70138D101 for ; Fri, 16 Nov 2012 06:13:48 +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 nSHkjXoiSsk5 for ; Fri, 16 Nov 2012 06:13:48 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by whitealder.osuosl.org (Postfix) with ESMTPS id 07EBE805E4 for ; Fri, 16 Nov 2012 06:13:47 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id x18so2999656wia.10 for ; Thu, 15 Nov 2012 22:13:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=wYS54jAN6+suhB1FkEbSW9TjfmWQ01d6U3Kevk/yMho=; b=D81cU6dfq6FuRzR+Y5oNL/yN9zmC4QhvSne0lkw4p7LQ//KS3PidMLiEV2zUWHudcz YY6R2yhMtOj6sRFtsAnY2LzgSjTONdn63MCRo5bN+NONQWuPSsAMnEZ/tns55511yHrv zUwjY6U1tMS6MdWG5uQ/aRTiu07i+lJVOgIt1vFK1BMRmdMffSUoHUnWJK3spqz/2pfa 6OjaBj4fifP1mXa6Twah7IT49/CHUXVXuQv/N+K30HJFQWzbZ8T3vpwEqk6hPwWC/8kl Hf1tfQ1/9ZHkAV1OtLzoIQMQVz6HOIVeIWzPF7JH5rZe9E4BAFdukJuXnTRxx1rRSJ5A x8tQ== Received: by 10.216.202.138 with SMTP id d10mr1593328weo.46.1353046426159; Thu, 15 Nov 2012 22:13:46 -0800 (PST) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id dm3sm840185wib.3.2012.11.15.22.13.44 (version=SSLv3 cipher=OTHER); Thu, 15 Nov 2012 22:13:45 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Fri, 16 Nov 2012 07:13:32 +0100 Message-Id: <1353046413-3015-1-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.8.0 Subject: [Buildroot] [PATCH 1/2] manual: prerequisite.txt: add texinfo to the mandatory package list X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Using the internal Buildroot toolchain backend, makeinfo, whom belongs to the texinfo package, is required to build gcc and gdb. Signed-off-by: Samuel Martin --- docs/manual/prerequisite.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt index 693347b..31d437d 100644 --- a/docs/manual/prerequisite.txt +++ b/docs/manual/prerequisite.txt @@ -42,6 +42,7 @@ Mandatory packages ** +python+ (version 2.6 or 2.7) ** +unzip+ ** +rsync+ +** +texinfo+ (required for internal Buildroot toolchain backend) * Source fetching tools: ** +wget+