changeset 5428:9a582cfc2e9f

Add gub-utils to bootstrap [for gcc: /usr/bin/hostname].
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 27 Jul 2009 12:29:51 +0200
parents ed0ce8b091c2
children b3782861ff7e
files gub/cross.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/cross.py	Mon Jul 27 12:29:10 2009 +0200
+++ b/gub/cross.py	Mon Jul 27 12:29:51 2009 +0200
@@ -61,7 +61,7 @@
 # GNU tar --strip-component
 # /usr/bin/install: coreutils
 # SVN
-bootstrap_names = ['system::gcc', 'tools::librestrict', 'tools::make']
+bootstrap_names = ['system::gcc', 'tools::gub-utils', 'tools::librestrict', 'tools::make']
 def set_cross_dependencies (package_object_dict):
     if 'stat' in misc.librestrict ():
         global bootstrap_names