generic-poky/bitbake/lib/bb/parse/parse_py
Richard Purdie 64327ba9ea bitbake: Correctly handle multiline comments including whitespace
If metadata contains:

"""

FOO = "bar"
"""

The variable FOO should get set to "bar" but doesn't due to the empty lines
be swallowed by the parser and FOO becomming part of the multiline comment.
This patch corrects that behaviour so FOO is set as expected.

[YOCTO #1377]

This patch fixes parsing of multiline comments so lines ending with \
behave consistently and we warn users where there is something happening
they likely don't expect.

(Bitbake rev: 30eaef7f50fff855cf8830772a7088dd83a4240e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-31 19:38:22 +01:00
..
BBHandler.py bitbake: Correctly handle multiline comments including whitespace 2011-08-31 19:38:22 +01:00
ConfHandler.py parse/ConfHandler: Fix multiline variable corruption 2011-07-21 11:09:47 +01:00
__init__.py 3.0 prep 2010-07-02 15:41:37 +01:00