summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-06-05 16:58:29 +1000
committerChris Johns <chrisj@rtems.org>2015-06-05 16:58:29 +1000
commit99768016de4629880c93cc5f342666daf5b7a263 (patch)
tree1b7f970500869520ccb4663770d0057dcbd8c659
parentdevel/qemu: Update to the current head of Qemu's git master branch. (diff)
downloadrtems-source-builder-99768016de4629880c93cc5f342666daf5b7a263.tar.bz2
sb: Expand each data line.
-rw-r--r--source-builder/sb/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source-builder/sb/config.py b/source-builder/sb/config.py
index d97777b..1687d06 100644
--- a/source-builder/sb/config.py
+++ b/source-builder/sb/config.py
@@ -1031,6 +1031,7 @@ class file:
else:
log.warning("invalid format: '%s'" % (info_data[:-1]))
else:
+ l = self._expand(l)
log.trace('config: %s: _data: %s %s' % (self.name, l, new_data))
new_data.append(l)
return (directive, info, data + new_data)