2277fdeca8
This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
22 lines
691 B
Plaintext
22 lines
691 B
Plaintext
config BR2_PACKAGE_NETATALK
|
|
bool "netatalk"
|
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgpg-error
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on !BR2_STATIC_LIBS
|
|
select BR2_PACKAGE_BERKELEYDB
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_LIBEVENT
|
|
select BR2_PACKAGE_LIBGCRYPT
|
|
select BR2_PACKAGE_LIBGPG_ERROR
|
|
help
|
|
Netatalk can be used to turn a *NIX machine into an
|
|
extremely high-performance and reliable file server for
|
|
Macintosh computers.
|
|
|
|
http://netatalk.sourceforge.net/
|
|
|
|
comment "netatalk needs a toolchain w/ threads, dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|