1config BR2_PACKAGE_JQ 2 bool "jq" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 help 5 jq is like sed for JSON data - you can use it to slice and 6 filter and map and transform structured data with the same 7 ease that sed, awk, grep and friends let you play with text. 8 9 http://stedolan.github.io/jq/ 10 11comment "jq needs a toolchain w/ threads" 12 depends on !BR2_TOOLCHAIN_HAS_THREADS 13