From patchwork Sun Feb 23 13:05:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 323310 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 110CF2C02FA for ; Mon, 24 Feb 2014 00:05:59 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 64C9E93384; Sun, 23 Feb 2014 13:05:57 +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 nhLXEgZsZlS1; Sun, 23 Feb 2014 13:05:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 8CA17930ED; Sun, 23 Feb 2014 13:05:55 +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 1F6D91C26C4 for ; Sun, 23 Feb 2014 13:05:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1C8B8930ED for ; Sun, 23 Feb 2014 13:05:54 +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 LMxJaaR6BKxh for ; Sun, 23 Feb 2014 13:05:53 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f175.google.com (mail-we0-f175.google.com [74.125.82.175]) by hemlock.osuosl.org (Postfix) with ESMTPS id 5E0DF89FF9 for ; Sun, 23 Feb 2014 13:05:53 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id q59so3805483wes.6 for ; Sun, 23 Feb 2014 05:05:51 -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; bh=5d3oHZYORqT3R9TVqBpveloIQ5SQsC2/phGS/Gc2RJ4=; b=kyR266pM4n2aiLIFkDBZqx4kKSA9J0d4F0XA2lRX8VLjDhKKOT5UkGxNueM7cUa1LG A20V0C0/30EZGD3UlFZon1YhEQoCZGueNtDYhzOM13zX9XOnUb+k7w2UTXsu9O6kEv63 O6rndIVlgTC85zRMQXs7GYNd337ab2NdQA/eUAuxe5+mpzbdIqpcVPVd7/BkKFMEI5a2 DwQ0h3WFsV9+vvqVFoaGUy9DoRach0Xj6wZOsgKV6AzXFR9ARqzxxtp0UcfpqAxmmbEM 1Q5h2SJNZZ+8SJX+Xw2q5dC/Ztp2TuPgjlajlWD3Nww8Jl35bPw1Fm+ZaRu49LHDLJpj aq9Q== X-Received: by 10.194.202.230 with SMTP id kl6mr14590853wjc.9.1393160751818; Sun, 23 Feb 2014 05:05:51 -0800 (PST) Received: from localhost (13-105-190-109.dsl.ovh.fr. [109.190.105.13]) by mx.google.com with ESMTPSA id ev4sm14263052wib.1.2014.02.23.05.05.50 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 23 Feb 2014 05:05:51 -0800 (PST) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sun, 23 Feb 2014 14:05:48 +0100 Message-Id: <1393160748-14235-1-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 1.8.5.3 Subject: [Buildroot] [PATCH] manual: Add a note for dependency comment format 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 Add a quick note to clarify that the format of the depencency comments applies irregardless of the number of dependencies. Signed-off-by: Maxime Hadjinlian --- docs/manual/adding-packages-directory.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index 3dc5395..b6dc981 100644 --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -205,6 +205,7 @@ aircrack-ng needs a toolchain w/ largefile, threads Note that this text is kept brief on purpose, so that it will fit on a 80-character terminal. +This format must be repected even if there is only one dependency. The rest of this section enumerates the different target and toolchain options, the corresponding config symbols to depend on, and the text to