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:

    -
  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