All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] bison: bump to version 3.0.4
@ 2015-01-26  0:14 Gustavo Zacarias
  2015-01-26  0:14 ` [Buildroot] [PATCH 2/2] bison: add host-m4 as dependency Gustavo Zacarias
  2015-01-26  7:41 ` [Buildroot] [PATCH 1/2] bison: bump to version 3.0.4 Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-01-26  0:14 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/bison/bison.hash | 2 +-
 package/bison/bison.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/bison/bison.hash b/package/bison/bison.hash
index dd10086..16913f2 100644
--- a/package/bison/bison.hash
+++ b/package/bison/bison.hash
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256	5940efbdd6b5d80e55ec16a01d2322e2892da21863391049b9b692570649177c	bison-3.0.3.tar.xz
+sha256	a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0716fe1	bison-3.0.4.tar.xz
diff --git a/package/bison/bison.mk b/package/bison/bison.mk
index 45f785e..76ceb6e 100644
--- a/package/bison/bison.mk
+++ b/package/bison/bison.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BISON_VERSION = 3.0.3
+BISON_VERSION = 3.0.4
 BISON_SOURCE = bison-$(BISON_VERSION).tar.xz
 BISON_SITE = $(BR2_GNU_MIRROR)/bison
 BISON_LICENSE = GPLv3+
-- 
2.0.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 2/2] bison: add host-m4 as dependency
  2015-01-26  0:14 [Buildroot] [PATCH 1/2] bison: bump to version 3.0.4 Gustavo Zacarias
@ 2015-01-26  0:14 ` Gustavo Zacarias
  2015-01-26  7:41 ` [Buildroot] [PATCH 1/2] bison: bump to version 3.0.4 Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-01-26  0:14 UTC (permalink / raw)
  To: buildroot

Pull in host-m4 as dependency since it requires a new-enough m4 to build
properly and some distributions don't update that often. Fixes:
http://autobuild.buildroot.net/results/ee8/ee88f2c2a80dc19699d176ff2acde62fbc8a251f/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/bison/bison.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/bison/bison.mk b/package/bison/bison.mk
index 76ceb6e..5779673 100644
--- a/package/bison/bison.mk
+++ b/package/bison/bison.mk
@@ -9,5 +9,6 @@ BISON_SOURCE = bison-$(BISON_VERSION).tar.xz
 BISON_SITE = $(BR2_GNU_MIRROR)/bison
 BISON_LICENSE = GPLv3+
 BISON_LICENSE_FILES = COPYING
+HOST_BISON_DEPENDENCIES = host-m4
 
 $(eval $(host-autotools-package))
-- 
2.0.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/2] bison: bump to version 3.0.4
  2015-01-26  0:14 [Buildroot] [PATCH 1/2] bison: bump to version 3.0.4 Gustavo Zacarias
  2015-01-26  0:14 ` [Buildroot] [PATCH 2/2] bison: add host-m4 as dependency Gustavo Zacarias
@ 2015-01-26  7:41 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2015-01-26  7:41 UTC (permalink / raw)
  To: buildroot

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

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed both, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-26  7:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26  0:14 [Buildroot] [PATCH 1/2] bison: bump to version 3.0.4 Gustavo Zacarias
2015-01-26  0:14 ` [Buildroot] [PATCH 2/2] bison: add host-m4 as dependency Gustavo Zacarias
2015-01-26  7:41 ` [Buildroot] [PATCH 1/2] bison: bump to version 3.0.4 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.