summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 10:31:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 10:46:26 +0000
commit83e101568434a099c8d9a3e626c3a37589c3a233 (patch)
tree1406cc2f43d95be6d830d30f7d394144ec621c7e /meta
parent56b8bb79decd6149de538dceb7044b285ee0cbe9 (diff)
downloadpoky-83e101568434a099c8d9a3e626c3a37589c3a233.tar.gz
bitbake: ConfHandler: Improve regexp to fix mis-parsing of += and no whitespace
If you have: FOO = "a" FOO += "b" FOO+= "c" The expected result is "a b c" however we were seeing "a b" with the FOO+ variable being assigned the value "c". This isn't the expected result. We need to make the name part of the variale non-greedy so that any + character becomes part of the operator. This patch does that. I compared the configuration in OE-Core before and after the change and only the test case changed. [YOCTO #3834] (Bitbake rev: 2cd8d7fd12a646e6516e2c985e6a54121d19eb59) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
0 files changed, 0 insertions, 0 deletions