From f4abd4e61215b119d38ccba011a901732ce704e4 Mon Sep 17 00:00:00 2001 From: Peter Huewe Date: Fri, 25 Jun 2010 12:02:03 +0200 Subject: 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(-) (limited to 'docs/buildroot.html') diff --git a/docs/buildroot.html b/docs/buildroot.html index 4f14e08b8..48854decc 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:

    -
  1. Use select BR2_PACKAGE_GNUTTEXT if +
  2. Use select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT and possibly select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT if libintl is also needed
  3. @@ -1632,7 +1632,7 @@ LIBFOO_POST_PATCH_HOOKS += LIBFOO_POST_PATCH_FIXUP should:

      -
    1. Use select BR2_PACKAGE_GNUTTEXT if +
    2. 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
    3. -- cgit v1.2.3