diff mbox series

[15/15] manual: drop LIBFOO_GETTEXTIZE, add LIBFOO_AUTOPOINT

Message ID 20230221172205.2450111-15-vfazio@xes-inc.com
State Accepted
Headers show
Series [01/15] package/pkg-autotools: drop FOO_GETTEXTIZE_OPTS support | expand

Commit Message

Vincent Fazio Feb. 21, 2023, 5:22 p.m. UTC
From: Vincent Fazio <vfazio@gmail.com>

Signed-off-by: Vincent Fazio <vfazio@gmail.com>
---
 docs/manual/adding-packages-autotools.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Comments

Arnout Vandecappelle March 25, 2023, 9:02 p.m. UTC | #1
On 21/02/2023 18:22, Vincent Fazio wrote:
> From: Vincent Fazio <vfazio@gmail.com>
> 
> Signed-off-by: Vincent Fazio <vfazio@gmail.com>
> ---
>   docs/manual/adding-packages-autotools.txt | 7 +++----
>   1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/docs/manual/adding-packages-autotools.txt b/docs/manual/adding-packages-autotools.txt
> index 8655a79693..ad96957f3d 100644
> --- a/docs/manual/adding-packages-autotools.txt
> +++ b/docs/manual/adding-packages-autotools.txt
> @@ -130,10 +130,9 @@ 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

  I have applied as is. However, I wonder if this sentence "if the package uses 
a different gettext version than Buildroot provides" wasn't still relevant.

  Regards,
  Arnout

> -  'gettextize'.) Only valid when +LIBFOO_AUTORECONF=YES+. Valid
> +* +LIBFOO_AUTOPOINT+, tells whether the package should be
> +  autopointed or not (i.e. if the package needs I18N infrastructure
> +  copied in.) Only valid when +LIBFOO_AUTORECONF=YES+. Valid
>     values are +YES+ and +NO+. The default is +NO+.
>   
>   * +LIBFOO_LIBTOOL_PATCH+ tells whether the Buildroot
diff mbox series

Patch

diff --git a/docs/manual/adding-packages-autotools.txt b/docs/manual/adding-packages-autotools.txt
index 8655a79693..ad96957f3d 100644
--- a/docs/manual/adding-packages-autotools.txt
+++ b/docs/manual/adding-packages-autotools.txt
@@ -130,10 +130,9 @@  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
+* +LIBFOO_AUTOPOINT+, tells whether the package should be
+  autopointed or not (i.e. if the package needs I18N infrastructure
+  copied in.) Only valid when +LIBFOO_AUTORECONF=YES+. Valid
   values are +YES+ and +NO+. The default is +NO+.
 
 * +LIBFOO_LIBTOOL_PATCH+ tells whether the Buildroot