summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-22 00:14:36 +0000
committerChris Larson <clarson@kergoth.com>2004-05-22 00:14:36 +0000
commit18b7a2a39c8dad827dc48e4fee268f5a8bcf0dbb (patch)
tree9924776a6b0a53dfa108851e03f67c12bfe014e7
parent8f7b888deb240e53729b2aa6f7c4a9ada356365b (diff)
downloadbitbake-contrib-18b7a2a39c8dad827dc48e4fee268f5a8bcf0dbb.tar.gz
Fix A variable.
-rw-r--r--bin/oe/parse/OEHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/oe/parse/OEHandler.py b/bin/oe/parse/OEHandler.py
index 6bf150636..a8bf9a888 100644
--- a/bin/oe/parse/OEHandler.py
+++ b/bin/oe/parse/OEHandler.py
@@ -344,7 +344,7 @@ def set_additional_vars(file, d, include):
a += fetch.localpaths(d)
del fetch
- data.setVar('A', "".join(a), d)
+ data.setVar('A', " ".join(a), d)
# Add us to the handlers list