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