From patchwork Fri Mar 28 18:48:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 334856 Return-Path: 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 51796140083 for ; Sat, 29 Mar 2014 05:48:53 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id EB2F4892D9; Fri, 28 Mar 2014 18:48:51 +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 fFVITGPd81dn; Fri, 28 Mar 2014 18:48:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 730838922F; Fri, 28 Mar 2014 18:48:49 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 48DA51C28B8 for ; Fri, 28 Mar 2014 18:48:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4519689130 for ; Fri, 28 Mar 2014 18:48:48 +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 LN+CmuV+XSZv for ; Fri, 28 Mar 2014 18:48: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 hemlock.osuosl.org (Postfix) with ESMTPS id AC5A68906E for ; Fri, 28 Mar 2014 18:48:47 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id cc10so1074400wib.8 for ; Fri, 28 Mar 2014 11:48:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=QAYv2u1rH4XXbTb6whd80wgnv8IF1nbu/QWtc1qNQ3A=; b=QzYbBq5SybTiixxxYGo8/tkzJKJDHYo59PspPP9ZcfIfLZd4OytE7RdkifjqM5DT/n G8fWxqVk2Xo1O4jUHOXpX918lD9X39k7MPpcVTnCE1CxS4r3QvZ34OFhGE/MTpYv+MDl aqwy0ppIzGJWU4u+sfAswiSwxMxMlpiH4raybzmVPGjC2M8Ldk8DagUxGl2Ivdo1zBuE l62BNkS7gqUoca5CI7jtLePbTGJcm88BeLUqdJetZqMRJKC2PiAQ/q/kSdBitJ7rXcfq gc13oLypC9kdab5SpAuzNfmC7iahrUDsZtdkFKqnMeuZQ+tTmMUMLyzUOcKeyARmqBf1 nhsA== X-Received: by 10.194.119.168 with SMTP id kv8mr293966wjb.41.1396032526307; Fri, 28 Mar 2014 11:48:46 -0700 (PDT) Received: from localhost (11-96-190-109.dsl.ovh.fr. [109.190.96.11]) by mx.google.com with ESMTPSA id q2sm9448083wix.5.2014.03.28.11.48.45 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 28 Mar 2014 11:48:45 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Fri, 28 Mar 2014 19:48:34 +0100 Message-Id: <1396032514-10807-1-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 1.9.0 Subject: [Buildroot] [PATCH] manual: Add singular example for dependency comment 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 The manual always uses the format with multiple dependencies. This only add an example where is a single dependency to show that this format is applicable regardless of the number of dependencies. Signed-off-by: Maxime Hadjinlian Acked-by: Thomas De Schampheleire --- docs/manual/adding-packages-directory.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index e56e59a..52eb653 100644 --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -202,6 +202,10 @@ for example: -------------------------- aircrack-ng needs a toolchain w/ largefile, threads -------------------------- +or +-------------------------- +crda needs a toolchain w/ threads +-------------------------- Note that this text is kept brief on purpose, so that it will fit on a 80-character terminal.