package/a*/Config.in: fix help text wrapping

The check-package script when ran gives warnings on text wrapping on all
of these Config files. This patch cleans up all warnings related to the
text wrapping for the Config files starting with the letter a in the
package directory.

The appropriate indentation is: <tab><2 spaces><62 chars>
See http://nightly.buildroot.org/#writing-rules-config-in for more
information.

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Adam Duskett 2017-05-05 10:08:05 -04:00 committed by Thomas Petazzoni
parent 462040443c
commit 0896e3ed64
11 changed files with 42 additions and 34 deletions

View File

@ -3,8 +3,8 @@ config BR2_PACKAGE_A10DISP
depends on BR2_arm depends on BR2_arm
depends on BR2_LINUX_KERNEL depends on BR2_LINUX_KERNEL
help help
Program to change the display mode of Allwinner ARM SOCs running Program to change the display mode of Allwinner ARM SOCs
the linux-sunxi kernel (and not the mainline kernel.) running the linux-sunxi kernel (and not the mainline kernel.)
http://github.com/hglm/a10disp http://github.com/hglm/a10disp

View File

@ -4,7 +4,8 @@ config BR2_PACKAGE_ACPID
help help
Advanced Configuration and Power Interface event daemon. Advanced Configuration and Power Interface event daemon.
Acpid is designed to notify user-space programs of ACPI events, Acpid is designed to notify user-space programs of ACPI
and allows you to configure specific actions for specific events. events, and allows you to configure specific actions for
specific events.
http://sourceforge.net/projects/acpid2/ http://sourceforge.net/projects/acpid2/

View File

@ -2,9 +2,10 @@ config BR2_PACKAGE_AESPIPE
bool "aespipe" bool "aespipe"
depends on BR2_USE_MMU # fork() depends on BR2_USE_MMU # fork()
help help
aespipe program is AES encrypting or decrypting pipe. It reads from aespipe program is AES encrypting or decrypting pipe. It reads
standard input and writes to standard output. It can be used to from standard input and writes to standard output. It can be
create and restore encrypted tar or cpio archives. It can be used to used to create and restore encrypted tar or cpio archives.
encrypt and decrypt loop-AES compatible encrypted disk images. It can be used to encrypt and decrypt loop-AES compatible
encrypted disk images.
http://koti.tnnet.fi/jari.ruusu/linux/ http://koti.tnnet.fi/jari.ruusu/linux/

View File

@ -5,13 +5,14 @@ config BR2_PACKAGE_AGENTPP
depends on !BR2_STATIC_LIBS # snmp++ depends on !BR2_STATIC_LIBS # snmp++
select BR2_PACKAGE_SNMPPP select BR2_PACKAGE_SNMPPP
help help
AGENT++ is a set of C++ classes which provides a complete protocol AGENT++ is a set of C++ classes which provides a complete
engine and dispatch table for the development of SNMP agents. protocol engine and dispatch table for the development of SNMP
AGENT++ is a multilingual API which supports SNMPv1, SNMPv2c, and agents. AGENT++ is a multilingual API which supports SNMPv1,
SNMPv3. It provides various C++ classes implementing prototypes for SNMPv2c, and SNMPv3. It provides various C++ classes
scalar and table SNMP managed objects that can be customized by implementing prototypes for scalar and table SNMP managed
derivation. Additional classes support the development of proxy objects that can be customized by derivation. Additional
agents as well as sending notifications. classes support the development of proxy agents as well as
sending notifications.
SNMPv3 support is enabled if SNMP++ enables it. SNMPv3 support is enabled if SNMP++ enables it.

View File

@ -13,8 +13,8 @@ menuconfig BR2_PACKAGE_ALSA_LIB
# is fixed # is fixed
select BR2_PACKAGE_ALSA_LIB_PCM select BR2_PACKAGE_ALSA_LIB_PCM
help help
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI The Advanced Linux Sound Architecture (ALSA) provides audio
functionality to the Linux operating system. and MIDI functionality to the Linux operating system.
http://www.alsa-project.org/ http://www.alsa-project.org/

View File

@ -6,11 +6,12 @@ config BR2_PACKAGE_APACHE
select BR2_PACKAGE_APR_UTIL select BR2_PACKAGE_APR_UTIL
select BR2_PACKAGE_PCRE select BR2_PACKAGE_PCRE
help help
The Apache HTTP Server Project is an effort to develop and maintain an The Apache HTTP Server Project is an effort to develop and
open-source HTTP server for modern operating systems including UNIX maintain an open-source HTTP server for modern operating
and Windows NT. The goal of this project is to provide a secure, systems including UNIX and Windows NT. The goal of this
efficient and extensible server that provides HTTP services in sync project is to provide a secure, efficient and extensible
with the current HTTP standards. server that provides HTTP services in sync with the current
HTTP standards.
http://httpd.apache.org http://httpd.apache.org

View File

@ -4,9 +4,10 @@ config BR2_PACKAGE_APR
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
depends on BR2_USE_MMU # fork() in apr_proc_fork() depends on BR2_USE_MMU # fork() in apr_proc_fork()
help help
The mission of the Apache Portable Runtime (APR) project is to create The mission of the Apache Portable Runtime (APR) project is to
and maintain software libraries that provide a predictable and create and maintain software libraries that provide a
consistent interface to underlying platform-specific implementations predictable and consistent interface to underlying
platform-specific implementations
http://apr.apache.org/ http://apr.apache.org/

View File

@ -8,9 +8,10 @@ config BR2_PACKAGE_ASSIMP
select BR2_PACKAGE_ZLIB select BR2_PACKAGE_ZLIB
help help
Open Asset Import Library (assimp) is a portable Open Source Open Asset Import Library (assimp) is a portable Open Source
library to import various well-known 3D model formats in a uniform library to import various well-known 3D model formats in a
manner. The most recent version also knows how to export 3d files uniform manner. The most recent version also knows how to
and is therefore suitable as a general-purpose 3D model converter. export 3d files and is therefore suitable as a general-purpose
3D model converter.
http://www.assimp.org http://www.assimp.org

View File

@ -3,10 +3,10 @@ config BR2_PACKAGE_AUBIO
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
help help
aubio is a tool designed for the extraction of annotations from aubio is a tool designed for the extraction of annotations
audio signals. Its features include segmenting a sound file from audio signals. Its features include segmenting a sound
before each of its attacks, performing pitch detection, tapping file before each of its attacks, performing pitch detection,
the beat and producing midi streams from live audio. tapping the beat and producing midi streams from live audio.
Because these tasks are difficult, we thought it was important Because these tasks are difficult, we thought it was important
to gather them in a dedicated library. To increase the fun, we to gather them in a dedicated library. To increase the fun, we

View File

@ -28,7 +28,8 @@ config BR2_PACKAGE_AUFS_UTIL_VERSION
Usually, the sha1 of the cset you want to use; avoid using a Usually, the sha1 of the cset you want to use; avoid using a
branch name as this yields non-reproducible builds. branch name as this yields non-reproducible builds.
See the following resources to see what versions are available: See the following resources to see what versions are
available:
https://sourceforge.net/p/aufs/aufs-util/ci/master/tree/ https://sourceforge.net/p/aufs/aufs-util/ci/master/tree/

View File

@ -4,6 +4,7 @@ config BR2_PACKAGE_AUTOSSH
depends on BR2_PACKAGE_DROPBEAR || BR2_PACKAGE_OPENSSH depends on BR2_PACKAGE_DROPBEAR || BR2_PACKAGE_OPENSSH
help help
autossh is a program to start a copy of ssh and monitor it, autossh is a program to start a copy of ssh and monitor it,
restarting it as necessary should it die or stop passing traffic. restarting it as necessary should it die or stop passing
traffic.
http://www.harding.motd.ca/autossh/ http://www.harding.motd.ca/autossh/