From: Gustavo Zacarias Date: Fri, 22 Nov 2013 16:40:01 +0000 (-0300) Subject: jq: switch to official tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85ccc07b7427b54c20ed39264c9995279b0ff1d7;p=buildroot.git 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 Signed-off-by: Peter Korsgaard --- diff --git a/package/jq/jq.mk b/package/jq/jq.mk index 8d4f24f0d6..cc7c99ee7b 100644 --- a/package/jq/jq.mk +++ b/package/jq/jq.mk @@ -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