* [Buildroot] [PATCH 1/3] automake: bump to version 1.14
@ 2013-11-22 16:39 Gustavo Zacarias
2013-11-22 16:40 ` [Buildroot] [PATCH 2/3] bison: bump to version 3.0.1 Gustavo Zacarias
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Gustavo Zacarias @ 2013-11-22 16:39 UTC (permalink / raw)
To: buildroot
Needed for the bison 3.0.1 bump.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/automake/automake.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/automake/automake.mk b/package/automake/automake.mk
index 94a84dd..8431174 100644
--- a/package/automake/automake.mk
+++ b/package/automake/automake.mk
@@ -4,7 +4,7 @@
#
################################################################################
-AUTOMAKE_VERSION = 1.12.6
+AUTOMAKE_VERSION = 1.14
AUTOMAKE_SOURCE = automake-$(AUTOMAKE_VERSION).tar.xz
AUTOMAKE_SITE = $(BR2_GNU_MIRROR)/automake
AUTOMAKE_LICENSE = GPLv2+
--
1.8.3.2
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 2/3] bison: bump to version 3.0.1
2013-11-22 16:39 [Buildroot] [PATCH 1/3] automake: bump to version 1.14 Gustavo Zacarias
@ 2013-11-22 16:40 ` Gustavo Zacarias
2013-11-22 22:55 ` Peter Korsgaard
2013-11-22 16:40 ` [Buildroot] [PATCH 3/3] jq: switch to official tarball Gustavo Zacarias
2013-11-22 22:55 ` [Buildroot] [PATCH 1/3] automake: bump to version 1.14 Peter Korsgaard
2 siblings, 1 reply; 9+ messages in thread
From: Gustavo Zacarias @ 2013-11-22 16:40 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/bison/bison.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/bison/bison.mk b/package/bison/bison.mk
index 1bead39..c1de5dd 100644
--- a/package/bison/bison.mk
+++ b/package/bison/bison.mk
@@ -4,7 +4,7 @@
#
################################################################################
-BISON_VERSION = 3.0
+BISON_VERSION = 3.0.1
BISON_SOURCE = bison-$(BISON_VERSION).tar.xz
BISON_SITE = $(BR2_GNU_MIRROR)/bison
BISON_LICENSE = GPLv3+
--
1.8.3.2
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 3/3] jq: switch to official tarball
2013-11-22 16:39 [Buildroot] [PATCH 1/3] automake: bump to version 1.14 Gustavo Zacarias
2013-11-22 16:40 ` [Buildroot] [PATCH 2/3] bison: bump to version 3.0.1 Gustavo Zacarias
@ 2013-11-22 16:40 ` Gustavo Zacarias
2013-11-22 22:58 ` Peter Korsgaard
2013-11-22 22:55 ` [Buildroot] [PATCH 1/3] automake: bump to version 1.14 Peter Korsgaard
2 siblings, 1 reply; 9+ messages in thread
From: Gustavo Zacarias @ 2013-11-22 16:40 UTC (permalink / raw)
To: buildroot
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>
---
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
JQ_DEPENDENCIES = host-flex host-bison
JQ_LICENSE = MIT (code), CC-BY-3.0 (documentation)
JQ_LICENSE_FILES = COPYING
--
1.8.3.2
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 3/3] jq: switch to official tarball
2013-11-22 22:58 ` Peter Korsgaard
@ 2013-11-22 21:49 ` Gustavo Zacarias
2013-11-22 23:57 ` Danomi Manchego
1 sibling, 0 replies; 9+ messages in thread
From: Gustavo Zacarias @ 2013-11-22 21:49 UTC (permalink / raw)
To: buildroot
On 11/22/2013 07:58 PM, Peter Korsgaard wrote:
> 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.
As Danomi said it's a non-issue.
I've got a patchset in the works for this kind of issues (together with
the long overdue tarball hashes), however for personal reasons my free
time is like 0 for at least a few days more.
Regards.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 1/3] automake: bump to version 1.14
2013-11-22 16:39 [Buildroot] [PATCH 1/3] automake: bump to version 1.14 Gustavo Zacarias
2013-11-22 16:40 ` [Buildroot] [PATCH 2/3] bison: bump to version 3.0.1 Gustavo Zacarias
2013-11-22 16:40 ` [Buildroot] [PATCH 3/3] jq: switch to official tarball Gustavo Zacarias
@ 2013-11-22 22:55 ` Peter Korsgaard
2 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2013-11-22 22:55 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
> Needed for the bison 3.0.1 bump.
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed to next, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 2/3] bison: bump to version 3.0.1
2013-11-22 16:40 ` [Buildroot] [PATCH 2/3] bison: bump to version 3.0.1 Gustavo Zacarias
@ 2013-11-22 22:55 ` Peter Korsgaard
0 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2013-11-22 22:55 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed to next, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 3/3] jq: switch to official tarball
2013-11-22 16:40 ` [Buildroot] [PATCH 3/3] jq: switch to official tarball Gustavo Zacarias
@ 2013-11-22 22:58 ` Peter Korsgaard
2013-11-22 21:49 ` Gustavo Zacarias
2013-11-22 23:57 ` Danomi Manchego
0 siblings, 2 replies; 9+ messages in thread
From: Peter Korsgaard @ 2013-11-22 22:58 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@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@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
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 3/3] jq: switch to official tarball
2013-11-22 22:58 ` Peter Korsgaard
2013-11-22 21:49 ` Gustavo Zacarias
@ 2013-11-22 23:57 ` Danomi Manchego
2013-11-23 6:25 ` Peter Korsgaard
1 sibling, 1 reply; 9+ messages in thread
From: Danomi Manchego @ 2013-11-22 23:57 UTC (permalink / raw)
To: buildroot
Peter,
On Fri, Nov 22, 2013 at 5:58 PM, Peter Korsgaard <jacmet@uclibc.org> wrote:
> > -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.
The jq.mk that was actually committed into buldroot's git repo
downloads "jq-jq-1.3.tar.gz" (has an extra "-jq"). You probably have
a "jq-1.3.tar.gz" because my initial patch submission acquired it from
yet another URL on github. The v2 patch was changed to get the
archive using the github example in the buildroot manual, resulting in
the double-jq archive is used in the current jq.mk today.
So the number of "dl" directories that have the old "jq-1.3.tar.gz"
may be limited to just the few people who tried my initial v1 patch.
Danomi -
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH 3/3] jq: switch to official tarball
2013-11-22 23:57 ` Danomi Manchego
@ 2013-11-23 6:25 ` Peter Korsgaard
0 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2013-11-23 6:25 UTC (permalink / raw)
To: buildroot
>>>>> "Danomi" == Danomi Manchego <danomimanchego123@gmail.com> writes:
Hi,
> The jq.mk that was actually committed into buldroot's git repo
> downloads "jq-jq-1.3.tar.gz" (has an extra "-jq"). You probably have
> a "jq-1.3.tar.gz" because my initial patch submission acquired it from
> yet another URL on github. The v2 patch was changed to get the
> archive using the github example in the buildroot manual, resulting in
> the double-jq archive is used in the current jq.mk today.
> So the number of "dl" directories that have the old "jq-1.3.tar.gz"
> may be limited to just the few people who tried my initial v1 patch.
Ahh yes, sorry about the noise then.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2013-11-23 6:25 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-22 16:39 [Buildroot] [PATCH 1/3] automake: bump to version 1.14 Gustavo Zacarias
2013-11-22 16:40 ` [Buildroot] [PATCH 2/3] bison: bump to version 3.0.1 Gustavo Zacarias
2013-11-22 22:55 ` Peter Korsgaard
2013-11-22 16:40 ` [Buildroot] [PATCH 3/3] jq: switch to official tarball Gustavo Zacarias
2013-11-22 22:58 ` Peter Korsgaard
2013-11-22 21:49 ` Gustavo Zacarias
2013-11-22 23:57 ` Danomi Manchego
2013-11-23 6:25 ` Peter Korsgaard
2013-11-22 22:55 ` [Buildroot] [PATCH 1/3] automake: bump to version 1.14 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox