From patchwork Sun Feb 2 12:11:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 315996 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 953AB2C0096 for ; Sun, 2 Feb 2014 23:11:43 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B106393A48; Sun, 2 Feb 2014 12:11:41 +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 bdLoCkB7VJdJ; Sun, 2 Feb 2014 12:11:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 22FE693A3E; Sun, 2 Feb 2014 12:11:41 +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 7436C1C20E9 for ; Sun, 2 Feb 2014 12:11:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6CBCE8B4DB for ; Sun, 2 Feb 2014 12:11:39 +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 yxf6TpoL6uYK for ; Sun, 2 Feb 2014 12:11:37 +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 whitealder.osuosl.org (Postfix) with ESMTPS id 6030B8B158 for ; Sun, 2 Feb 2014 12:11:37 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id a1so10635287wgh.4 for ; Sun, 02 Feb 2014 04:11:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:subject :message-id:in-reply-to:references:user-agent:date:from:to; bh=5wDl4datBK0Rl7SXFic5l5y0ANkb5QXzCUgb8QsyrLk=; b=UbkjrvNGevdBssZeGIyROC3F20YEkBMZB10hWjTy+8IEJTtE+co1I1vnwiPd+8Qlxk IbTEedlHKJEQojduAvbXP0Mjhft1KZ3GLRL+M4MBeH3GNoxh0sqM1uiSezgR++rNfE0z NYVx14uCM7e07uwZdJPVqCzWlB8/GlL1Sm4B0/DLdXVA3NmJMdz7CPHsDwSMiK1rpkWy AYjYD1mHEI6HthS79ACE2E9ZUOWMEqkj9MM6GoqBWVfdAwjKMEpIOkdppZ/ndDrsng2b K/NcUnGvBGWCJpYETezakzln3574Aul/z0RSFTG72q02ZUt+L9PUbsMswinTBHt65u4I 3OBw== X-Received: by 10.180.96.102 with SMTP id dr6mr928291wib.19.1391343095890; Sun, 02 Feb 2014 04:11:35 -0800 (PST) Received: from [127.0.1.1] (d54C62EEB.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id ea4sm15523490wib.7.2014.02.02.04.11.34 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 02 Feb 2014 04:11:35 -0800 (PST) MIME-Version: 1.0 X-Mercurial-Node: 4d6698a4ee15f8eea597535bcfb8d8185aa08423 Message-Id: <4d6698a4ee15f8eea597.1391343077@argentina> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.2.2 Date: Sun, 02 Feb 2014 13:11:17 +0100 From: Thomas De Schampheleire To: buildroot@busybox.net Subject: [Buildroot] [PATCH 2 of 9] manual: split information about Config.in dependencies to a separate section 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net As the information about adding dependencies in Config.in files is important and involves a number of rules, make sure it is mentioned in the table of contents by creating a section for it. Signed-off-by: Thomas De Schampheleire --- docs/manual/adding-packages-dependencies.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/docs/manual/adding-packages-dependencies.txt b/docs/manual/adding-packages-dependencies.txt --- a/docs/manual/adding-packages-dependencies.txt +++ b/docs/manual/adding-packages-dependencies.txt @@ -1,3 +1,6 @@ +Expressing dependencies in +Config.in+ files +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + [[depends-on-vs-select]] Choosing +depends on+ or +select+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^