From patchwork Sun Nov 11 13:14:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 198260 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 41F032C0089 for ; Mon, 12 Nov 2012 00:15:35 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 9B49924F79; Sun, 11 Nov 2012 13:15:31 +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 ekevFazyZ4AU; Sun, 11 Nov 2012 13:15:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C4DD928B7F; Sun, 11 Nov 2012 13:15:28 +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 18E378F753 for ; Sun, 11 Nov 2012 13:15:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E3A0F8C2A6 for ; Sun, 11 Nov 2012 13:15:23 +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 7xDRI+W-L3UG for ; Sun, 11 Nov 2012 13:15:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by whitealder.osuosl.org (Postfix) with ESMTPS id F20558C2D7 for ; Sun, 11 Nov 2012 13:15:22 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hq4so1278288wib.10 for ; Sun, 11 Nov 2012 05:15:21 -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:in-reply-to:references; bh=LahhmCwXK/EoHmC3aHbThAA6fh++rHwvwyFNbmyXYiQ=; b=oCQcpVThysgNYlCywJ+bJI2VGuaEMRQ7qxs9cyblUpCfF2pwk1STuSu2LIa20OOFC0 FM3Xc+WE2l4dqo3/O6t6mJn6LGKzeIg3md1dDzFyWJIyA0fRgoIyywwtBI07pMajLEj2 masXGfiOL5CJn/Ltmkv3+edKPU+QnkMHVLlHJkfwXfjiu1hF8lubrYp3Nc//YUpb6jkP t6NEXQ5vy8c+WXqvScEJ8ba2dAwf4bI0TJuBT+gUeo4IxBMEBJSHKx0S1aZjt4XE8uMw q41xej2WnUxbX0Rs1yCIviezW07FYGPfe/9GCU79Xo0cDTFGV6NHfRf4szIlFvRb5k9N trFQ== Received: by 10.216.194.38 with SMTP id l38mr6714461wen.80.1352639721040; Sun, 11 Nov 2012 05:15:21 -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 hv4sm10262550wib.0.2012.11.11.05.15.19 (version=SSLv3 cipher=OTHER); Sun, 11 Nov 2012 05:15:20 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Sun, 11 Nov 2012 14:14:39 +0100 Message-Id: <1352639701-27829-2-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1352639701-27829-1-git-send-email-s.martin49@gmail.com> References: <1352639701-27829-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 01/23] dependencies.sh: remove makeinfo (texinfo) from the requirement 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 Signed-off-by: Samuel Martin diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh index 9f0f6a9..403ad75 100755 --- a/support/dependencies/dependencies.sh +++ b/support/dependencies/dependencies.sh @@ -131,12 +131,10 @@ if ! $SHELL --version 2>&1 | grep -q '^GNU bash'; then fi; # Check that a few mandatory programs are installed -for prog in awk bison flex msgfmt makeinfo patch gzip bzip2 perl tar wget cpio python unzip rsync ${DL_TOOLS} ; do +for prog in awk bison flex msgfmt patch gzip bzip2 perl tar wget cpio python unzip rsync ${DL_TOOLS} ; do if ! which $prog > /dev/null ; then /bin/echo -e "\nYou must install '$prog' on your build machine"; - if test $prog = "makeinfo" ; then - /bin/echo -e "makeinfo is usually part of the texinfo package in your distribution\n" - elif test $prog = "msgfmt" ; then + if test $prog = "msgfmt" ; then /bin/echo -e "msgfmt is usually part of the gettext package in your distribution\n" elif test $prog = "svn" ; then /bin/echo -e "svn is usually part of the subversion package in your distribution\n"