diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-30 16:46:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-31 19:38:22 +0100 |
commit | 64327ba9ea1d1cefab1bc35d456da68bc061dcf5 (patch) | |
tree | 41e6b8ce6dd6d9e3dfa2d5a92c80e3ac20d58e31 /meta/classes/update-rc.d.bbclass | |
parent | 8a78ed689daa9a0eab0ff9e0c4d1ac5fc0b520a9 (diff) | |
download | poky-64327ba9ea1d1cefab1bc35d456da68bc061dcf5.tar.gz |
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>
Diffstat (limited to 'meta/classes/update-rc.d.bbclass')
0 files changed, 0 insertions, 0 deletions