mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
package/j*: 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 j 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
d0b45144c3
commit
3fe76fbd7b
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_JANSSON
|
config BR2_PACKAGE_JANSSON
|
||||||
bool "jansson"
|
bool "jansson"
|
||||||
help
|
help
|
||||||
Jansson is a C library for encoding, decoding and manipulating JSON
|
Jansson is a C library for encoding, decoding and manipulating
|
||||||
data.
|
JSON data.
|
||||||
|
|
||||||
http://www.digip.org/jansson/
|
http://www.digip.org/jansson/
|
||||||
|
@ -14,8 +14,9 @@ config BR2_PACKAGE_JEMALLOC
|
|||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
This library providing a malloc(3) implementation that emphasizes
|
This library providing a malloc(3) implementation that
|
||||||
fragmentation avoidance and scalable concurrency support.
|
emphasizes fragmentation avoidance and scalable concurrency
|
||||||
|
support.
|
||||||
|
|
||||||
http://jemalloc.net/
|
http://jemalloc.net/
|
||||||
|
|
||||||
|
@ -4,10 +4,10 @@ config BR2_PACKAGE_JOE
|
|||||||
help
|
help
|
||||||
Joe's Own Editor
|
Joe's Own Editor
|
||||||
|
|
||||||
JOE is an easy-to-use, full featured terminal-based screen editor.
|
JOE is an easy-to-use, full featured terminal-based screen
|
||||||
Its behavior is a blending of WordStar and GNU-EMACS (but it does
|
editor. Its behavior is a blending of WordStar and GNU-EMACS
|
||||||
not use code from either program). It is a great editor for new
|
(but it does not use code from either program).
|
||||||
users or as an alternative to vi.
|
It is a great editor for new users or as an alternative to vi.
|
||||||
|
|
||||||
http://joe-editor.sf.net
|
http://joe-editor.sf.net
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ config BR2_PACKAGE_JOE_FULL
|
|||||||
default y
|
default y
|
||||||
depends on BR2_PACKAGE_JOE
|
depends on BR2_PACKAGE_JOE
|
||||||
help
|
help
|
||||||
Install all rc and syntax highlighting files. Without this option
|
Install all rc and syntax highlighting files. Without this
|
||||||
only the joe binary is installed, which contains a default
|
option only the joe binary is installed, which contains a
|
||||||
configuration.
|
default configuration.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_JQ
|
config BR2_PACKAGE_JQ
|
||||||
bool "jq"
|
bool "jq"
|
||||||
help
|
help
|
||||||
jq is like sed for JSON data - you can use it to slice and filter
|
jq is like sed for JSON data - you can use it to slice and
|
||||||
and map and transform structured data with the same ease that sed,
|
filter and map and transform structured data with the same
|
||||||
awk, grep and friends let you play with text.
|
ease that sed, awk, grep and friends let you play with text.
|
||||||
|
|
||||||
http://stedolan.github.io/jq/
|
http://stedolan.github.io/jq/
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
config BR2_PACKAGE_HOST_JQ
|
config BR2_PACKAGE_HOST_JQ
|
||||||
bool "host jq"
|
bool "host jq"
|
||||||
help
|
help
|
||||||
jq is like sed for JSON data - you can use it to slice and filter
|
jq is like sed for JSON data - you can use it to slice and
|
||||||
and map and transform structured data with the same ease that sed,
|
filter and map and transform structured data with the same
|
||||||
awk, grep and friends let you play with text.
|
ease that sed, awk, grep and friends let you play with text.
|
||||||
|
|
||||||
As a host tool, jq can be useful to create/edit/merge/check JSON
|
As a host tool, jq can be useful to create/edit/merge/check
|
||||||
files from a post-build script.
|
JSON files from a post-build script.
|
||||||
|
|
||||||
http://stedolan.github.io/jq/
|
http://stedolan.github.io/jq/
|
||||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_JQUERY_UI
|
|||||||
help
|
help
|
||||||
jQuery UI provides abstractions for low-level interaction and
|
jQuery UI provides abstractions for low-level interaction and
|
||||||
animation, advanced effects and high-level, themeable widgets,
|
animation, advanced effects and high-level, themeable widgets,
|
||||||
built on top of the jQuery JavaScript Library, that you can use
|
built on top of the jQuery JavaScript Library, that you can
|
||||||
to build highly interactive web applications.
|
use to build highly interactive web applications.
|
||||||
|
|
||||||
http://jqueryui.com/
|
http://jqueryui.com/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user