summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/codegen.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-20 22:51:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-21 11:09:47 +0100
commit1df5ab5ee285b3220348ce0cf371b81446d55832 (patch)
treecda0bf67acbbc29504bd9746f61d81a5dfd4d257 /bitbake/lib/codegen.py
parent9070e745c00600f909e58b4f7b99c5d32c8fdb30 (diff)
downloadpoky-1df5ab5ee285b3220348ce0cf371b81446d55832.tar.gz
parse/ConfHandler: Fix multiline variable corruption
When parsing multiline variables in conf files, the last character can be accidentally removed. s2 contains new data read from the file which may or may not end with the continuation character. It makes sense to let the next loop iteration strip this if needed. We don't often use multiline expressions in .conf files which is why I'd imagine we haven't noticed this before. Most variables are quoted and its the closing quotation which often disappears. (Bitbake rev: 09a9146262d58dfe4a2ea4270026b90ae33f6c91) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/codegen.py')
0 files changed, 0 insertions, 0 deletions