summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-29 13:09:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-29 13:12:12 +0000
commit0cfceaa53b16e487aad7117d87bb79c0b6f92cf7 (patch)
tree0ce325ba34711569ee223d61baecad681bcba463 /meta/recipes-graphics
parent7fee190f671369d1a4db9935c0f2639e696c5b75 (diff)
downloadpoky-0cfceaa53b16e487aad7117d87bb79c0b6f92cf7.tar.gz
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>
Diffstat (limited to 'meta/recipes-graphics')
0 files changed, 0 insertions, 0 deletions