kumquat-buildroot/package/jq/Config.in
Fabrice Fontaine 3026934aa0 package/jq: bump to version 1.7
- Update site to get latest release
- Drop autoreconf as official tarball is now used
- _GNU_SOURCE is correctly set since
  52d5988afb
- maintainer mode is disabled by default since
  54fef09ac3
- Update hash of COPYING (BSD-2-Clause for Windows build using jv thread
  added by
  34182cca7b,
  mispelling fixed by
  5cebe86a7b)

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>
2023-11-06 20:37:17 +01:00

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