From 019952d4bc6df642cb4aa26ac0bed026da3f3aa6 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 23 Oct 2010 14:44:16 +0200 Subject: docs/buildroot: remove trailing spaces Signed-off-by: Peter Korsgaard --- docs/buildroot.html | 986 ++++++++++++++++++++++++++-------------------------- 1 file changed, 493 insertions(+), 493 deletions(-) (limited to 'docs') diff --git a/docs/buildroot.html b/docs/buildroot.html index ae0b524a8..00808ffc4 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -13,8 +13,8 @@

Buildroot

-

Buildroot usage and documentation - by Thomas Petazzoni. Contributions from Karsten Kruse, Ned Ludd, Martin +

Buildroot usage and documentation + by Thomas Petazzoni. Contributions from Karsten Kruse, Ned Ludd, Martin Herren and others.

Therefore, packages that unconditionally need gettext should:

    -
  1. Use select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT - and possibly select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT, +
  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. -
  4. Use $(if $(BR2_NEEDS_GETTEXT),gettext) in the package +
  5. Use $(if $(BR2_NEEDS_GETTEXT),gettext) in the package DEPENDENCIES variable
@@ -1541,23 +1541,23 @@ LIBFOO_POST_PATCH_HOOKS += LIBFOO_POST_PATCH_FIXUP

    -
  1. Use - select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE - and possibly - select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE, +
  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. -
  4. Use $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) in +
  5. Use $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) in the package DEPENDENCIES variable

Conclusion

-

As you can see, adding a software package to Buildroot is simply a - matter of writing a Makefile using an existing example and modifying it +

As you can see, adding a software package to Buildroot is simply a + matter of writing a Makefile using an existing example and modifying it according to the compilation process required by the package.

-

If you package software that might be useful for other people, don't +

If you package software that might be useful for other people, don't forget to send a patch to Buildroot developers!

-- cgit v1.2.3