generic-poky/bitbake/lib/bb/parse
Peter Kjellerstedt b1f09df0f6 bitbake: ConfHandler: Use the same regular expression for all variable names
When the regular expression for matching a variable name was amended
with allowing the ~ character as part of the variable name, this was
never done to the regular expression that matches export
lines. Similarly, the regular expression that was used for matching
unset variables also used the one without support for the ~ character.

This unifies the regular expressions. For good measures it also
corrects the regular expression used to match a variable flag name for
the unset command to match the one used when setting a variable flag.

(Bitbake rev: acd2fd74ed467dc85ec75d5d0815f43e493f29bf)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-03-13 09:43:40 +00:00
..
parse_py bitbake: ConfHandler: Use the same regular expression for all variable names 2017-03-13 09:43:40 +00:00
__init__.py bitbake: bitbake: remove True option to getVar calls 2016-11-30 15:48:09 +00:00
ast.py bitbake: lib: Drop now unneeded update_data calls 2017-02-15 20:08:15 -08:00