diff options
author | 2018-02-14 00:04:56 -0500 | |
---|---|---|
committer | 2018-02-14 21:25:04 +0100 | |
commit | c667c21f18776ad59c6b70842d65b009f568e451 (patch) | |
tree | 4cbfbcd066cd308d2651d6284c56f07bde8295bb /package/pkgconf | |
parent | 298b8a38dd752c12437611c92e722400de93bf9c (diff) | |
download | buildroot-c667c21f18776ad59c6b70842d65b009f568e451.tar.gz buildroot-c667c21f18776ad59c6b70842d65b009f568e451.tar.bz2 |
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>
Diffstat (limited to 'package/pkgconf')
-rw-r--r-- | package/pkgconf/Config.in.host | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/pkgconf/Config.in.host b/package/pkgconf/Config.in.host index 437a7bf6f9..56836a5cbf 100644 --- a/package/pkgconf/Config.in.host +++ b/package/pkgconf/Config.in.host @@ -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 |