[Buildroot] [PATCH 3/3] jq: switch to official tarball

Peter Korsgaard jacmet at uclibc.org
Fri Nov 22 22:58:01 UTC 2013


>>>>> "Gustavo" == Gustavo Zacarias <gustavo at zacarias.com.ar> writes:

 > 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 at zacarias.com.ar>
 > ---
 >  package/jq/jq.mk | 5 ++---
 >  1 file changed, 2 insertions(+), 3 deletions(-)

 > diff --git a/package/jq/jq.mk b/package/jq/jq.mk
 > index 8d4f24f..cc7c99e 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

We have a problem here :/

The git tree tarball we used to download was also called jq-1.3.tar.gz,
so people who already downloaded it (and sources.buildroot.net) will NOT
redownload it, so the build will fail as there's no configure.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list