bitbake: 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:01:53 +0000 (11:01 +0000)
commit4b5ab99e4aee318acb6db73bae00be3f309d0970
treeb9e93629a88428c78f146b594bba8fc60715bdfe
parenta3ab001ae78637d0aa646e38416d40c8bd179958
bitbake: 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.

(Bitbake rev: 7e7d692e244fe8dca533f842ca143b9c821e317c)

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