]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
BBHandler/ConfHandler: Merge fix for multiline comments
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Jan 2013 11:00:52 +0000 (11:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Jan 2013 11:00:54 +0000 (11:00 +0000)
commit7e7d692e244fe8dca533f842ca143b9c821e317c
tree4d64f2bab000ac719ea4e4ad68195e6bdd5f2473
parent79c00fabe08b4c210a3bd81cfaffbc47ffdc2e2b
BBHandler/ConfHandler: Merge fix for multiline comments

This was meant to be squashed into the previous commit for multiline comment
handling. It fixes the case the commented multiline is followed by an empty
line which was resulting in a traceback instead of a sane error message.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/parse/parse_py/BBHandler.py
lib/bb/parse/parse_py/ConfHandler.py