]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/a*/Config.in: fix help text wrapping
authorAdam Duskett <Aduskett@gmail.com>
Fri, 5 May 2017 14:08:05 +0000 (10:08 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 11 May 2017 21:25:00 +0000 (23:25 +0200)
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>
package/a10disp/Config.in
package/acpid/Config.in
package/aespipe/Config.in
package/agentpp/Config.in
package/alsa-lib/Config.in
package/apache/Config.in
package/apr/Config.in
package/assimp/Config.in
package/aubio/Config.in
package/aufs-util/Config.in
package/autossh/Config.in

index 18e2d8fcf08493fbc1d29a20b2281ced7fd62767..99ae0aad6f052fe9c11dbbf519aaf9255dd3fdbb 100644 (file)
@@ -3,8 +3,8 @@ config BR2_PACKAGE_A10DISP
        depends on BR2_arm
        depends on BR2_LINUX_KERNEL
        help
-         Program to change the display mode of Allwinner ARM SOCs running
-         the linux-sunxi kernel (and not the mainline kernel.)
+         Program to change the display mode of Allwinner ARM SOCs
+         running the linux-sunxi kernel (and not the mainline kernel.)
 
          http://github.com/hglm/a10disp
 
index 5aec7f13c8dc5f206db37969fa88af6c7c4ad76e..2bd83ea8b96b07f1e750faeed983a05ea1823f6c 100644 (file)
@@ -4,7 +4,8 @@ config BR2_PACKAGE_ACPID
        help
          Advanced Configuration and Power Interface event daemon.
 
-         Acpid is designed to notify user-space programs of ACPI events,
-         and allows you to configure specific actions for specific events.
+         Acpid is designed to notify user-space programs of ACPI
+         events, and allows you to configure specific actions for
+         specific events.
 
          http://sourceforge.net/projects/acpid2/
index df99523be2210ecee5d1be39693aba17f20f93ec..2c2ff5cd8c553670db05645fe05f4f0d2d602836 100644 (file)
@@ -2,9 +2,10 @@ config BR2_PACKAGE_AESPIPE
        bool "aespipe"
        depends on BR2_USE_MMU # fork()
        help
-         aespipe program is AES encrypting or decrypting pipe. It reads from
-         standard input and writes to standard output. It can be used to
-         create and restore encrypted tar or cpio archives. It can be used to
-         encrypt and decrypt loop-AES compatible encrypted disk images.
+         aespipe program is AES encrypting or decrypting pipe. It reads
+         from standard input and writes to standard output. It can be
+         used to create and restore encrypted tar or cpio archives.
+         It can be used to encrypt and decrypt loop-AES compatible
+         encrypted disk images.
 
          http://koti.tnnet.fi/jari.ruusu/linux/
index e591fb5f3cc41bf7f0a5baa5c983bc9be8d01914..9e6eeedc170a5688a2591a7bbc76064fed4a8b8a 100644 (file)
@@ -5,13 +5,14 @@ config BR2_PACKAGE_AGENTPP
        depends on !BR2_STATIC_LIBS # snmp++
        select BR2_PACKAGE_SNMPPP
        help
-         AGENT++ is a set of C++ classes which provides a complete protocol
-         engine and dispatch table for the development of SNMP agents.
-         AGENT++ is a multilingual API which supports SNMPv1, SNMPv2c, and
-         SNMPv3. It provides various C++ classes implementing prototypes for
-         scalar and table SNMP managed objects that can be customized by
-         derivation. Additional classes support the development of proxy
-         agents as well as sending notifications.
+         AGENT++ is a set of C++ classes which provides a complete
+         protocol engine and dispatch table for the development of SNMP
+         agents. AGENT++ is a multilingual API which supports SNMPv1,
+         SNMPv2c, and SNMPv3. It provides various C++ classes
+         implementing prototypes for scalar and table SNMP managed
+         objects that can be customized by derivation. Additional
+         classes support the development of proxy agents as well as
+         sending notifications.
 
          SNMPv3 support is enabled if SNMP++ enables it.
 
index c355b2c023b3c624d1d138815ef92d3617ec4ecb..995d37916755900a4639ad56c2888d26617a39e3 100644 (file)
@@ -13,8 +13,8 @@ menuconfig BR2_PACKAGE_ALSA_LIB
        # is fixed
        select BR2_PACKAGE_ALSA_LIB_PCM
        help
-         The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
-         functionality to the Linux operating system.
+         The Advanced Linux Sound Architecture (ALSA) provides audio
+         and MIDI functionality to the Linux operating system.
 
          http://www.alsa-project.org/
 
index 5916d307a8f04d3fa11b55b36f6f5050b1eeef95..693ee20a1bf00a4503ff3ebb06dd7aac09465ae6 100644 (file)
@@ -6,11 +6,12 @@ config BR2_PACKAGE_APACHE
        select BR2_PACKAGE_APR_UTIL
        select BR2_PACKAGE_PCRE
        help
-         The Apache HTTP Server Project is an effort to develop and maintain an
-         open-source HTTP server for modern operating systems including UNIX
-         and Windows NT. The goal of this project is to provide a secure,
-         efficient and extensible server that provides HTTP services in sync
-         with the current HTTP standards.
+         The Apache HTTP Server Project is an effort to develop and
+         maintain an open-source HTTP server for modern operating
+         systems including UNIX and Windows NT. The goal of this
+         project is to provide a secure, efficient and extensible
+         server that provides HTTP services in sync with the current
+         HTTP standards.
 
          http://httpd.apache.org
 
index 5757272450646d5f62ff7c1e3b72cc439d1c699d..67de925474e35e87a1f99fd6749202f802efa4d7 100644 (file)
@@ -4,9 +4,10 @@ config BR2_PACKAGE_APR
        depends on !BR2_STATIC_LIBS
        depends on BR2_USE_MMU # fork() in apr_proc_fork()
        help
-         The mission of the Apache Portable Runtime (APR) project is to create
-         and maintain software libraries that provide a predictable and
-         consistent interface to underlying platform-specific implementations
+         The mission of the Apache Portable Runtime (APR) project is to
+         create and maintain software libraries that provide a
+         predictable and consistent interface to underlying
+         platform-specific implementations
 
          http://apr.apache.org/
 
index 93020f72382a49bf0b9073df2636ad37c7636b86..41c1bb348b270a50cb3248a4101525fe49f3b00a 100644 (file)
@@ -8,9 +8,10 @@ config BR2_PACKAGE_ASSIMP
        select BR2_PACKAGE_ZLIB
        help
          Open Asset Import Library (assimp) is a portable Open Source
-         library to import various well-known 3D model formats in a uniform
-         manner. The most recent version also knows how to export 3d files
-         and is therefore suitable as a general-purpose 3D model converter.
+         library to import various well-known 3D model formats in a
+         uniform manner. The most recent version also knows how to
+         export 3d files and is therefore suitable as a general-purpose
+         3D model converter.
 
          http://www.assimp.org
 
index c4c60db2f348dd0d05908323b7d1644603bc7d9d..18e7c4cc22953d588b8663b7f66a672fe51a9b96 100644 (file)
@@ -3,10 +3,10 @@ config BR2_PACKAGE_AUBIO
        depends on !BR2_STATIC_LIBS
        depends on BR2_TOOLCHAIN_HAS_THREADS
        help
-         aubio is a tool designed for the extraction of annotations from
-         audio signals. Its features include segmenting a sound file
-         before each of its attacks, performing pitch detection, tapping
-         the beat and producing midi streams from live audio.
+         aubio is a tool designed for the extraction of annotations
+         from audio signals. Its features include segmenting a sound
+         file before each of its attacks, performing pitch detection,
+         tapping the beat and producing midi streams from live audio.
 
          Because these tasks are difficult, we thought it was important
          to gather them in a dedicated library. To increase the fun, we
index 93999fb606c99136bff3c2da549557421d80fc70..89b1f422e0765b08f4bdb4809942f71247474831 100644 (file)
@@ -28,7 +28,8 @@ config BR2_PACKAGE_AUFS_UTIL_VERSION
          Usually, the sha1 of the cset you want to use; avoid using a
          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/
 
index 6d1a0853ed337b56223b06619f544bb4675cf408..351e23ff09073a6ad210d7450d5bbfeeed900378 100644 (file)
@@ -4,6 +4,7 @@ config BR2_PACKAGE_AUTOSSH
        depends on BR2_PACKAGE_DROPBEAR || BR2_PACKAGE_OPENSSH
        help
          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/