generic-poky/bitbake/lib/bb/parse/parse_py
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
..
BBHandler.py bitbake: BBHandler: use with instead of open/close 2016-12-16 10:23:24 +00:00
ConfHandler.py bitbake: ConfHandler: Use the same regular expression for all variable names 2017-03-13 09:43:40 +00:00
__init__.py 3.0 prep 2010-07-02 15:41:37 +01:00