diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-03-21 21:33:03 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-22 16:41:28 +0000 |
commit | abacd7243a2e4cca216797c4a36ff66ae968ddbd (patch) | |
tree | aae3629a0a0873a58754eb00e6586e0f10d39bee /meta/recipes-sato | |
parent | d036265de1d9931bedb660e01a763d3d1d9e4097 (diff) | |
download | openembedded-core-abacd7243a2e4cca216797c4a36ff66ae968ddbd.tar.gz openembedded-core-abacd7243a2e4cca216797c4a36ff66ae968ddbd.tar.bz2 openembedded-core-abacd7243a2e4cca216797c4a36ff66ae968ddbd.tar.xz openembedded-core-abacd7243a2e4cca216797c4a36ff66ae968ddbd.zip |
bitbake.conf: fix distro-less failure expanding FILESPATH
If DISTRO is not set, FILESPATH becomes littered with directories like
files/${DISTRO} etc. It won't bomb until you try to eval it - i.e.
manipulating FILESPATH directly with .= works fine, but calling e.g.
base_set_filespath() throws this:
ERROR: Failure expanding variable FILESPATH, expression was ${@blah} which
triggered exception SyntaxError: EOL while scanning string literal (FILESPATH,
line 1)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
0 files changed, 0 insertions, 0 deletions