From f4abd4e61215b119d38ccba011a901732ce704e4 Mon Sep 17 00:00:00 2001
From: Peter Huewe
Date: Fri, 25 Jun 2010 12:02:03 +0200
Subject: [PATCH] docs: Fixed spelling error in buildroot.html GETTEXT instead
of GNUTTEXT
Fixed spelling error in Documentation buildroot.html#gettext-integration
GETTEXT instead of GNUTTEXT
Signed-off-by: Peter Huewe
Acked-by: Thomas Petazzoni
Signed-off-by: Peter Korsgaard
---
docs/buildroot.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/buildroot.html b/docs/buildroot.html
index 4f14e08b82..48854decc8 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -1619,7 +1619,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
@@ -1632,7 +1632,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
--
2.30.2