From patchwork Wed Jul 16 22:00:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 370887 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 9252A14010F for ; Thu, 17 Jul 2014 08:00:53 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7D11D8B8D6; Wed, 16 Jul 2014 22:00:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0zx8lJdIViaB; Wed, 16 Jul 2014 22:00:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id D67EC8B95F; Wed, 16 Jul 2014 22:00:51 +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 E8C6E1CE624 for ; Wed, 16 Jul 2014 22:00:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E50888AE59 for ; Wed, 16 Jul 2014 22:00: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 aqJyMSYBdBbX for ; Wed, 16 Jul 2014 22:00:47 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by hemlock.osuosl.org (Postfix) with ESMTPS id A1B068AE4D for ; Wed, 16 Jul 2014 22:00:47 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id u57so1561654wes.24 for ; Wed, 16 Jul 2014 15:00:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=vI3ykmGcyCQTIVV2Ej5TtbJGmhXDP3BqMyqnoKnz3a0=; b=q/1YFaIFMGCmX3CaeoeOu6g0A18dRTAY1rd4AvQuWzH2NVwS1HSB9Kac8v9Pnw4MCu dMPk/MvxAiNytjkgoCWMeYa+pE7vVtcvs/WylpnmtSuzd9MzwaKXUFiONlUYlIfyJf8e kjZ3CoYNtan5GamerX2z6IcCxXSZ4npvnin3P3Z/x5nGv7whQ+hFPAVG4YE3BVHbGPCV km+vCeLuMxn+0t9kInzUvQlNIV70cMC+PBpFb5UdTlrn4302Rzn7WdVhVgdh7aM3/nq4 EYwPqltvKsoQ3Sa6LC+kgj+T86R7jie4i3iGN0wxX723TyNYSWEBgxtWM5XiWeUd3hWc NEmQ== X-Received: by 10.194.60.240 with SMTP id k16mr40462987wjr.0.1405548046203; Wed, 16 Jul 2014 15:00:46 -0700 (PDT) Received: from localhost.localdomain (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id l8sm1252997wje.15.2014.07.16.15.00.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 16 Jul 2014 15:00:45 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Thu, 17 Jul 2014 00:00:36 +0200 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH 2/6 v3] manual: add gettextize explanations in the manual 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 Signed-off-by: "Yann E. MORIN" Cc: Gustavo Zacarias Cc: Thomas Petazzoni Cc: Baruch Siach --- Changes v2 -> v3: - fix typoes (Gustavo) Changes v1 -> v2: - gettextize is only valid if autoreconf=yes (Gustavo) --- docs/manual/adding-packages-autotools.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/manual/adding-packages-autotools.txt b/docs/manual/adding-packages-autotools.txt index c7e797f..3f40503 100644 --- a/docs/manual/adding-packages-autotools.txt +++ b/docs/manual/adding-packages-autotools.txt @@ -125,6 +125,18 @@ cases, typical packages will therefore only use a few of them. passed to the 'autoreconf' program if +LIBFOO_AUTORECONF=YES+. By default, empty. +* +LIBFOO_GETTEXTIZE+, tells whether the package should be + gettextized or not (i.e. if the package uses a different gettext + version than Buildroot provides, and it is needed to run + 'gettextize'.) Only valid when +LIBFOO_AUTORECONF=YES+. Valid + values are +YES+ and +NO+. The default is +NO+. + +* +LIBFOO_GETTEXTIZE_OPT+, to specify additional options passed to + the 'gettextize' program, if +LIBFOO_GETTEXTIZE=YES+. You may + use that if, for example, the +.po+ files are not located in the + standard place (i.e. in +po/+ at the root of the package.) By + default, '-f'. + * +LIBFOO_LIBTOOL_PATCH+ tells whether the Buildroot patch to fix libtool cross-compilation issues should be applied or not. Valid values are +YES+ and +NO+. By