diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-27 23:07:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-28 11:15:04 +0100 |
commit | b85c30bb7d47dd8e9bea0e11029c0b08466603b0 (patch) | |
tree | 85e0ead90aea5bfb12bdadb87363267f374c5e38 /meta/recipes-bsp/pm-utils | |
parent | 649048e5376baeb84a697dc640c90829ccc5796e (diff) | |
download | poky-b85c30bb7d47dd8e9bea0e11029c0b08466603b0.tar.gz |
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>
Diffstat (limited to 'meta/recipes-bsp/pm-utils')
0 files changed, 0 insertions, 0 deletions