3026934aa0
- Update site to get latest release - Drop autoreconf as official tarball is now used - _GNU_SOURCE is correctly set since52d5988afb
- maintainer mode is disabled by default since54fef09ac3
- Update hash of COPYING (BSD-2-Clause for Windows build using jv thread added by34182cca7b
, mispelling fixed by5cebe86a7b
) https://github.com/jqlang/jq/releases/tag/jq-1.7 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
380 B
Plaintext
13 lines
380 B
Plaintext
config BR2_PACKAGE_JQ
|
|
bool "jq"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
jq is like sed for JSON data - you can use it to slice and
|
|
filter and map and transform structured data with the same
|
|
ease that sed, awk, grep and friends let you play with text.
|
|
|
|
https://jqlang.github.io/jq/
|
|
|
|
comment "jq needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|