From mboxrd@z Thu Jan 1 00:00:00 1970
From: Peter =?iso-8859-1?q?H=FCwe?=
Date: Fri, 25 Jun 2010 12:02:03 +0200
Subject: [Buildroot] docs: Fixed spelling error in buildroot.html GETTEXT
instead of GNUTTEXT
In-Reply-To: <20100625091927.4c67886b@surf>
References: <201005140300.25098.PeterHuewe@gmx.de>
<201006241726.25775.PeterHuewe@gmx.de>
<20100625091927.4c67886b@surf>
Message-ID: <201006251202.03441.PeterHuewe@gmx.de>
List-Id:
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
To: buildroot@busybox.net
From: Peter Huewe
Fixed spelling error in Documentation buildroot.html#gettext-integration
GETTEXT instead of GNUTTEXT
Signed-off-by: Peter Huewe
---
docs/buildroot.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/buildroot.html b/docs/buildroot.html
index 71bd72b..52d8391 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -1633,7 +1633,7 @@ LIBFOO_POST_PATCH_HOOKS += LIBFOO_POST_PATCH_FIXUP
Therefore, packages that unconditionnally need gettext should:
- - Use
select BR2_PACKAGE_GNUTTEXT if
+ - Use
select BR2_PACKAGE_GETTEXT if
BR2_NEEDS_GETTEXT and possibly select
BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT if libintl is
also needed
@@ -1646,7 +1646,7 @@ LIBFOO_POST_PATCH_HOOKS += LIBFOO_POST_PATCH_FIXUP
should:
- - Use
select BR2_PACKAGE_GNUTTEXT if
+ - Use
select BR2_PACKAGE_GETTEXT if
BR2_NEEDS_GETTEXT_IF_LOCALE and possibly select
BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE if
libintl is also needed
--
1.7.1