generic-poky/bitbake/lib/bb/parse
Richard Purdie b85c30bb7d bitbake: parse/ConfHandler: Add negative lookahead to spot some quoting problems
Syntax like:

FOO = "bar" # eek"

would result in FOO taking the value 'bar" #eek' which is clearly
not the intention. Whilst our metadata is riddled with mixtures of even
quotes like:

FOO = "d.getVar("X")"

odd numbers of quotes seem rare. This patch adds detection of one odd
quote which we don't have any of in OE-Core so it seems a valid sanity
improvement.

(Bitbake rev: 5f892d9b083550e20e37576070ec7d1a94cc88fe)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-28 11:15:04 +01:00
..
parse_py bitbake: parse/ConfHandler: Add negative lookahead to spot some quoting problems 2012-09-28 11:15:04 +01:00
__init__.py bitbake: Added BBINCLUDED variable. 2012-02-28 12:27:21 +00:00
ast.py bitbake: ast: Store anonymous python function contents in the datstore 2012-08-23 09:22:44 +01:00