package/e*: fix wrapping of Config.in help text
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 e 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@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d5507262f3
commit
474e049f96
@ -17,19 +17,19 @@ config BR2_PACKAGE_ECRYPTFS_UTILS
|
||||
help
|
||||
eCryptfs is a POSIX-compliant enterprise cryptographic
|
||||
filesystem for Linux. It is stacked on top of any other
|
||||
Linux filesystem, it stores cryptographic metadata in the header
|
||||
of each file written.
|
||||
Linux filesystem, it stores cryptographic metadata in the
|
||||
header of each file written.
|
||||
|
||||
The eCryptfs kernel module is available in all Linux kernels
|
||||
since version 2.6.19. This package provides userspace utilities
|
||||
needed to mount eCryptfs.
|
||||
since version 2.6.19. This package provides userspace
|
||||
utilities needed to mount eCryptfs.
|
||||
|
||||
Files are encrypted using a passphrase. Consider building openssl
|
||||
for another method.
|
||||
Files are encrypted using a passphrase. Consider building
|
||||
openssl for another method.
|
||||
|
||||
http://ecryptfs.org
|
||||
|
||||
comment "ecryptfs-utils needs a toolchain w/ threads, wchar, dynamic library"
|
||||
comment "ecryptfs-utils needs a toolchain w/ threads, wchar, dynami library"
|
||||
depends on !BR2_microblaze
|
||||
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
|
||||
depends on BR2_USE_MMU
|
||||
|
@ -9,9 +9,9 @@ config BR2_PACKAGE_EFIBOOTMGR
|
||||
select BR2_PACKAGE_EFIVAR
|
||||
help
|
||||
A Linux user-space application to modify the Intel Extensible
|
||||
Firmware Interface (EFI) Boot Manager. This application can create
|
||||
and destroy boot entries, change the boot order, change the next
|
||||
running boot option, and more.
|
||||
Firmware Interface (EFI) Boot Manager. This application can
|
||||
create and destroy boot entries, change the boot order, change
|
||||
the next running boot option, and more.
|
||||
|
||||
https://github.com/rhinstaller/efibootmgr
|
||||
|
||||
|
@ -3,8 +3,8 @@ config BR2_PACKAGE_EIGEN
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
Eigen is a C++ template library for linear algebra: vectors,
|
||||
matrices, and related algorithms. It is versatile, fast, elegant
|
||||
and works on many platforms (OS/Compilers).
|
||||
matrices, and related algorithms. It is versatile, fast,
|
||||
elegant and works on many platforms (OS/Compilers).
|
||||
|
||||
This package only installs header files to the include path.
|
||||
If you just want to use Eigen, you can use the header files
|
||||
|
@ -2,6 +2,7 @@ config BR2_PACKAGE_EMPTY
|
||||
bool "empty"
|
||||
depends on BR2_USE_MMU # uses fork()
|
||||
help
|
||||
Run processes and applications under pseudo-terminal (PTY) sessions.
|
||||
Run processes and applications under pseudo-terminal (PTY)
|
||||
sessions.
|
||||
|
||||
http://empty.sourceforge.net/
|
||||
|
@ -1,11 +1,13 @@
|
||||
config BR2_PACKAGE_ENSCRIPT
|
||||
bool "enscript"
|
||||
help
|
||||
GNU Enscript is a free replacement for Adobe's enscript program.
|
||||
GNU Enscript is a free replacement for Adobe's enscript
|
||||
program.
|
||||
|
||||
GNU Enscript converts ASCII files to PostScript, HTML, or RTF and
|
||||
stores generated output to a file or sends it directly to the
|
||||
printer. It includes features for `pretty-printing' (language-
|
||||
sensitive code highlighting) in several programming languages.
|
||||
GNU Enscript converts ASCII files to PostScript, HTML, or RTF
|
||||
and stores generated output to a file or sends it directly to
|
||||
the printer. It includes features for `pretty-printing'
|
||||
(language-sensitive code highlighting) in several programming
|
||||
languages.
|
||||
|
||||
http://www.gnu.org/software/enscript
|
||||
|
@ -9,10 +9,10 @@ config BR2_PACKAGE_EUDEV
|
||||
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
||||
select BR2_PACKAGE_KMOD
|
||||
help
|
||||
eudev is a fork of systemd-udev with the goal of obtaining better
|
||||
compatibility with existing software such as OpenRC and Upstart,
|
||||
older kernels, various toolchains and anything else required by
|
||||
users and various distributions.
|
||||
eudev is a fork of systemd-udev with the goal of obtaining
|
||||
better compatibility with existing software such as OpenRC and
|
||||
Upstart, older kernels, various toolchains and anything else
|
||||
required by users and various distributions.
|
||||
|
||||
https://wiki.gentoo.org/wiki/Project:Eudev
|
||||
|
||||
|
@ -3,10 +3,10 @@ config BR2_PACKAGE_EXPEDITE
|
||||
depends on BR2_PACKAGE_EFL
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
Expedite is the official Evas benchmark tool. It can test different
|
||||
engines, such as X11, XRender, OpenGL (also ES variant), SDL,
|
||||
DirectFB and so on. Its tests are quite extensive, trying to
|
||||
reproduce real world usage cases.
|
||||
Expedite is the official Evas benchmark tool. It can test
|
||||
different engines, such as X11, XRender, OpenGL (also ES
|
||||
variant), SDL, DirectFB and so on. Its tests are quite
|
||||
extensive, trying to reproduce real world usage cases.
|
||||
|
||||
comment "expedite needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
|
@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_EZXML
|
||||
bool "ezxml"
|
||||
help
|
||||
ezXML is a XML parser C library that is simple and easy to use.
|
||||
ezXML is a XML parser C library that is simple and easy to
|
||||
use.
|
||||
|
||||
http://ezxml.sf.net
|
||||
|
Loading…
Reference in New Issue
Block a user