From patchwork Mon Jun 2 16:02:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 354982 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 C0A191400D5 for ; Tue, 3 Jun 2014 02:02:59 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id F20F5898D1; Mon, 2 Jun 2014 16:02:58 +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 FBzdrNa9u1ez; Mon, 2 Jun 2014 16:02:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 5BB9F8985B; Mon, 2 Jun 2014 16:02:58 +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 67B7F1BFA6C for ; Mon, 2 Jun 2014 16:02:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6554087706 for ; Mon, 2 Jun 2014 16:02:57 +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 PBDRNm7pBBhv for ; Mon, 2 Jun 2014 16:02:57 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id A0FCF82460 for ; Mon, 2 Jun 2014 16:02:56 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id cc10so4837467wib.16 for ; Mon, 02 Jun 2014 09:02:53 -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=5ZA1uYuPh20f5Mg+xGGA6tfBV1t3OpySvrgP1JdZVEQ=; b=g91oPJLtLW9g02QJvFc6iXX80MlbYkUQG8ASKl+tZpOzn4IZue2e7f0iTOt7jaTolL Au5dLdc+PRyAIBO2pvqCA69+baWVbWuvJ5MuL2JgWb49MKd5rJXbYEvQGjlle2ZGaNPs tU6WP0Ys14N4E7xPEcDS8X3Cf934u8gagdNdgVEhWBJ3hlmdtaQitF0cuLGWERFsSbau IfDTEOQAPBXVxPxz1xge3qNsleTUANQ0Ds/fve8qw8JjmM1+h3kShT9wEpM1Bqu1HmAf oTPv2g0KgsnWOPuSR9RVa1jVtSwruQAstxCaUl4wPSjdkDCMhSAVGX19G//npxBTN9Ef dTpA== X-Received: by 10.194.91.175 with SMTP id cf15mr51177435wjb.5.1401724973740; Mon, 02 Jun 2014 09:02:53 -0700 (PDT) Received: from leto.lan (host-89-240-178-185.as13285.net. [89.240.178.185]) by mx.google.com with ESMTPSA id f6sm33626544wiy.19.2014.06.02.09.02.52 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Jun 2014 09:02:53 -0700 (PDT) From: Simon Dawson To: buildroot@busybox.net Date: Mon, 2 Jun 2014 17:02:45 +0100 Message-Id: <1401724965-4195-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH] manual: make consistent references to package metadata information 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 de facto standard terminology in the manual appears to be "package metadata information"; fix a couple of inconsistent references to package "meta-information" and "meta information". Signed-off-by: Simon Dawson --- docs/manual/adding-packages-directory.txt | 2 +- docs/manual/adding-packages-luarocks.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index f735244..070718e 100644 --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -27,7 +27,7 @@ config BR2_PACKAGE_LIBFOO http://foosoftware.org/libfoo/ --------------------------- -The +bool+ line, +help+ line and other meta-information about the +The +bool+ line, +help+ line and other metadata information about the configuration option must be indented with one tab. The help text itself should be indented with one tab and two spaces, and it must mention the upstream URL of the project. diff --git a/docs/manual/adding-packages-luarocks.txt b/docs/manual/adding-packages-luarocks.txt index f307e4d..10137a8 100644 --- a/docs/manual/adding-packages-luarocks.txt +++ b/docs/manual/adding-packages-luarocks.txt @@ -57,7 +57,7 @@ infrastructures in Buildroot, respectively. The main macro of the LuaRocks package infrastructure is +luarocks-package+: like +generic-package+ it works by defining a number of variables providing -meta information about the package, and then calling +luarocks-package+. It +metadata information about the package, and then calling +luarocks-package+. It is worth mentioning that building LuaRocks packages for the host is not supported, so the macro +host-luarocks-package+ is not implemented.