Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
config BR2_PACKAGE_JQ
|
||||
bool "jq"
|
||||
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.
|
||||
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.
|
||||
|
||||
http://stedolan.github.io/jq/
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
config BR2_PACKAGE_HOST_JQ
|
||||
bool "host jq"
|
||||
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.
|
||||
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.
|
||||
|
||||
As a host tool, jq can be useful to create/edit/merge/check JSON
|
||||
files from a post-build script.
|
||||
As a host tool, jq can be useful to create/edit/merge/check
|
||||
JSON files from a post-build script.
|
||||
|
||||
http://stedolan.github.io/jq/
|
||||
|
||||
@@ -8,6 +8,7 @@ JQ_VERSION = 1.5
|
||||
JQ_SITE = https://github.com/stedolan/jq/releases/download/jq-$(JQ_VERSION)
|
||||
JQ_LICENSE = MIT (code), CC-BY-3.0 (documentation)
|
||||
JQ_LICENSE_FILES = COPYING
|
||||
JQ_INSTALL_STAGING = YES
|
||||
|
||||
# uses c99 specific features
|
||||
# _GNU_SOURCE added to fix gcc6+ host compilation
|
||||
|
||||
Reference in New Issue
Block a user