package/*/Config.in.host: fix help text check-package warnings
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>
This commit is contained in:
parent
298b8a38dd
commit
c667c21f18
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user