mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 23:43:34 +08:00
jq: switch to official tarball
Ships configure thus fixing the breakage from the automake bump to version 1.14 with AUTORECONF, with the added bonus of being faster. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0366aabc7f
commit
85ccc07b74
@ -4,9 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
JQ_VERSION = jq-1.3
|
||||
JQ_SITE = http://github.com/stedolan/jq/tarball/$(JQ_VERSION)
|
||||
JQ_AUTORECONF = YES
|
||||
JQ_VERSION = 1.3
|
||||
JQ_SITE = http://stedolan.github.io/jq/download/source
|
||||
JQ_DEPENDENCIES = host-flex host-bison
|
||||
JQ_LICENSE = MIT (code), CC-BY-3.0 (documentation)
|
||||
JQ_LICENSE_FILES = COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user