From patchwork Sat Nov 15 16:29:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 411199 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 AF2981400B7 for ; Sun, 16 Nov 2014 03:30:11 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 04A2F335C3; Sat, 15 Nov 2014 16:30:11 +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 uqXAe7XBRFKj; Sat, 15 Nov 2014 16:30:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 26511338FB; Sat, 15 Nov 2014 16:29:49 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id A787E1C27FF for ; Sat, 15 Nov 2014 16:29:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A201B33914 for ; Sat, 15 Nov 2014 16:29:42 +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 k8BjTrx3ZfsU for ; Sat, 15 Nov 2014 16:29:39 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by silver.osuosl.org (Postfix) with ESMTPS id 4472D336F0 for ; Sat, 15 Nov 2014 16:29:37 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id x13so21636221wgg.36 for ; Sat, 15 Nov 2014 08:29:35 -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:in-reply-to:references; bh=4Qm4C6VP0v+OY6wGkhe/i7lauiDfrqjQMdWB6F/sjiA=; b=ezgDKliH3t4gGmTiIyEsqTepNn0FHtBVZK0dYknpqkzmxYPkP1Q1rcJcOBsOqGma/u /zM/x0ybaI+qn4mZKHB4UQQWAPpx3sUCJJfQBinSu7WqZPOg5Mg8L01hIDlkJHJ9fdhY Nl19HRaPaqnp7rbsmzDfqVaV/URAzn+1mI9mf3Lt3robFJ8U8IxJW65lbigjK7eUGCEI uf3ofj8phkpsrONIRfHGIv7x3Ljkn6dme65pq8CH3EvfWPd/ZHMyduwzDJqSQCYTvgLj NsXhvv0NIHSjm4WY2IuaF/RSzsaNpgkXFnjMSDwVXn10QT/vz/qrxkR7/vadQ84dNL7N 064A== X-Received: by 10.180.188.69 with SMTP id fy5mr17487685wic.57.1416068975813; Sat, 15 Nov 2014 08:29:35 -0800 (PST) Received: from localhost.localdomain (13-105-190-109.dsl.ovh.fr. [109.190.105.13]) by mx.google.com with ESMTPSA id mw7sm7617883wib.14.2014.11.15.08.29.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 15 Nov 2014 08:29:35 -0800 (PST) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sat, 15 Nov 2014 17:29:21 +0100 Message-Id: <1416068964-22529-6-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1416068964-22529-1-git-send-email-maxime.hadjinlian@gmail.com> References: <1416068964-22529-1-git-send-email-maxime.hadjinlian@gmail.com> Subject: [Buildroot] [PATCH 6/9] manual: Add newline before block code X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" This won't change the output, it's only a style issue. Signed-off-by: Maxime Hadjinlian Acked-by: "Yann E. MORIN" --- docs/manual/adding-packages-directory.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index c145829..0ea03f9 100644 --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -191,15 +191,19 @@ construct rather than repeating the +depends on+ statement on the comment and other config options. The general format of a dependency +comment+ for package foo is: + -------------------------- foo needs a toolchain w/ featA, featB, featC -------------------------- for example: + -------------------------- aircrack-ng needs a toolchain w/ largefile, threads -------------------------- + or + -------------------------- crda needs a toolchain w/ threads -------------------------- @@ -283,6 +287,7 @@ foo needs a Linux kernel to be built If there is a dependency on both toolchain options and the Linux kernel, use this format: + -------------------------- foo needs a toolchain w/ featA, featB, featC and a Linux kernel to be built --------------------------