package/*/Config.in.host: fix help text check-package warnings
authorGaël PORTAY <gael.portay@savoirfairelinux.com>
Wed, 14 Feb 2018 05:04:56 +0000 (00:04 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 14 Feb 2018 20:25:04 +0000 (21:25 +0100)
This commit fixes the warnings reported by check-package on the help
text of all package Config.in.host files, related to the formatting of
the help text: should start with a tab, then 2 spaces, then at most 62
characters.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/mtools/Config.in.host
package/omap-u-boot-utils/Config.in.host
package/pkgconf/Config.in.host
package/pwgen/Config.in.host
package/qemu/Config.in.host
package/tegrarcm/Config.in.host

index 96b332b03994487b9e85f50c0d5d5c057805749d..42cb6f80fbcc120346d9e36b7f29fbc6bb85bc7d 100644 (file)
@@ -1,9 +1,9 @@
 config BR2_PACKAGE_HOST_MTOOLS
        bool "host mtools"
        help
-         Mtools is a collection of utilities to access MS-DOS disks from
-         Unix without mounting them. It supports Win'95 style long file
-         names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high
-         density 3 1/2 disk).
+         Mtools is a collection of utilities to access MS-DOS disks
+         from Unix without mounting them. It supports Win'95 style long
+         file names, OS/2 Xdf disks and 2m disks (store up to 1992k on
+         a high density 3 1/2 disk).
 
          http://www.gnu.org/software/mtools/
index 87dcc06938a592c6113d0153a26f00f9b28d743d..1549674f0100d05638e9c385fe6442263198fc76 100644 (file)
@@ -3,7 +3,7 @@ config BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS
        depends on BR2_arm || BR2_armeb
        help
          U-Boot Utilities for Texas Instrument's OMAP platforms.
-         This is a set of tools to control U-Boot from scripts, generate
-         OMAP-specific signed image files and more.
+         This is a set of tools to control U-Boot from scripts,
+         generate OMAP-specific signed image files and more.
 
          https://github.com/nmenon/omap-u-boot-utils
index 437a7bf6f9581e2bdf7791280885eb639dab1a83..56836a5cbf11cdac89e49ddea1780600b9c6585e 100644 (file)
@@ -1,9 +1,10 @@
 config BR2_PACKAGE_HOST_PKGCONF
        bool "host pkgconf"
        help
-         pkgconf is a program which helps to configure compiler and linker
-         flags for development frameworks. It is similar to pkg-config,
-         but was written from scratch in the summer of 2011 to replace
-         pkg-config, which now needs itself to build itself
+         pkgconf is a program which helps to configure compiler and
+         linker flags for development frameworks. It is similar to
+         pkg-config, but was written from scratch in the summer of
+         2011 to replace pkg-config, which now needs itself to build
+         itself
 
          https://github.com/pkgconf/pkgconf
index 0c56851dcb36cefbc0f1a5c1e302a9959651ae41..20b55f3fc0818dd83d533f45cfebb9fd29ba2b05 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_HOST_PWGEN
        bool "host pwgen"
        help
-         Pwgen is a small, GPL'ed password generator which creates passwords
-         which can be easily memorized by a human.
+         Pwgen is a small, GPL'ed password generator which creates
+         passwords which can be easily memorized by a human.
 
          http://sourceforge.net/projects/pwgen/
index 71f38ef41f87ac292b61768016d486eb70b76355..f14bcec6d6d0a8dab27a34d2afe9102fd17a2847 100644 (file)
@@ -9,7 +9,8 @@ config BR2_PACKAGE_HOST_QEMU
        select BR2_PACKAGE_HOST_QEMU_LINUX_USER_MODE \
                if !BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE
        help
-         QEMU is a generic and open source machine emulator and virtualizer.
+         QEMU is a generic and open source machine emulator and
+         virtualizer.
 
          This option builds an emulator for your selected architecture.
 
index 47590fa127efe771215623b6235eff128a311dfa..d8cbb947d6e088b691365c84d833bcb6fda72587 100644 (file)
@@ -2,7 +2,7 @@ config BR2_PACKAGE_HOST_TEGRARCM
        bool "host tegrarcm"
        depends on BR2_arm || BR2_armeb
        help
-         This program is used to send code to a Tegra device in recovery
-         mode.
+         This program is used to send code to a Tegra device in
+         recovery mode.
 
          https://github.com/NVIDIA/tegrarcm