Files
poky/bitbake/lib/bb
Richard Purdie 0cfceaa53b parse/ConfHandler: Fix enthusiatic export regexp matching
The export regexp was only meant to catch values like:

export VARIABLENAME

however after the stricter quoting patch was applied, it was also matching
variables like:

export BAR=foo

and setting the export flag on a variable called "BAR=foo". The = character
is an invalid variable name character. This patch tightens up the regexp
match so it only matches the intended character set and only matches variable
names.

(Bitbake rev: 6d1765c2eac8c1958ceb9c81d55d04a9bc961cb1)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-29 13:12:12 +00:00
..
2012-01-23 09:01:36 +00:00
2012-02-28 13:47:10 +00:00
2011-05-07 08:49:28 +01:00
2012-02-28 13:47:10 +00:00
2010-07-02 15:41:37 +01:00
2012-02-26 11:05:27 +00:00
2012-02-28 13:47:10 +00:00