[jhbuild] Bump required bison version to 2.4
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Bump required bison version to 2.4
- Date: Tue, 6 Jan 2015 22:08:16 +0000 (UTC)
commit 778ec1d5fa6dcb6cd249fba3937b99d54afef49a
Author: Patrick Griffis <tingping tingping se>
Date: Mon Jan 5 16:19:54 2015 -0500
Bump required bison version to 2.4
This is required for gstreamer.
This adds bison to the osx bootstrap.
https://bugzilla.gnome.org/show_bug.cgi?id=742481
modulesets/bootstrap.modules | 8 ++++++++
modulesets/gnome-sysdeps-3.16.modules | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/bootstrap.modules b/modulesets/bootstrap.modules
index ccd7157..4123791 100644
--- a/modulesets/bootstrap.modules
+++ b/modulesets/bootstrap.modules
@@ -34,6 +34,13 @@
</branch>
</autotools>
+ <autotools id="bison" autogen-sh="configure">
+ <branch repo="ftp.gnu.org"
+ module="bison/bison-3.0.2.tar.gz" version="3.0.2"
+ size="3261770"
+ hash="sha256:cdf29d1a4c0f7d5b0c181bc8818fe6816d3b6ad4fcc8f6c0e5540a228c3f81ed"/>
+ </autotools>
+
<autotools id="m4" autogen-sh="configure">
<branch repo="ftp.gnu.org"
module="m4/m4-1.4.11.tar.bz2" version="1.4.11"
@@ -162,6 +169,7 @@
<dep package="autoconf"/>
<dep package="libtool"/>
<dep package="automake"/>
+ <dep package="bison"/>
<dep package="pkg-config"/>
<dep package="python"/>
<dep package="intltool"/>
diff --git a/modulesets/gnome-sysdeps-3.16.modules b/modulesets/gnome-sysdeps-3.16.modules
index 2b68322..19be7f6 100644
--- a/modulesets/gnome-sysdeps-3.16.modules
+++ b/modulesets/gnome-sysdeps-3.16.modules
@@ -22,7 +22,7 @@
</systemmodule>
<systemmodule id="bison">
- <branch repo="system" version="2.0"/>
+ <branch repo="system" version="2.4"/>
<systemdependencies>
<dep type="path" name="bison"/>
</systemdependencies>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]