changeset 6297:9caba54585e9

Fix binutils-2.25 dependency
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Sun, 28 Dec 2014 01:21:37 +0900
parents 397e0ac183ea
children bb63d68e94c4
files gub/specs/cross/binutils.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/cross/binutils.py	Sat Dec 27 17:36:43 2014 +0900
+++ b/gub/specs/cross/binutils.py	Sun Dec 28 01:21:37 2014 +0900
@@ -8,6 +8,7 @@
     patches = []
     dependencies = [
         'tools::zlib',
+        'tools::texinfo',
             ]
     # Block usage of libz.so during configure, which may not be
     # available in the library path.