Message ID | 20241114111048.2624711-3-alex.kanavin@gmail.com |
---|---|
State | Accepted, archived |
Commit | 80805988492b35593067230f68782a5687c8f557 |
Headers | show |
Series | [1/3] bitbake-config-build: add an alias to bitbake-layers intended for managing specific local configs | expand |
diff --git a/lib/bb/parse/parse_py/ConfHandler.py b/lib/bb/parse/parse_py/ConfHandler.py index 31001e2afe1..35321dacfe1 100644 --- a/lib/bb/parse/parse_py/ConfHandler.py +++ b/lib/bb/parse/parse_py/ConfHandler.py @@ -21,7 +21,7 @@ __config_regexp__ = re.compile( r""" ^ (?P<exp>export\s+)? (?P<var>[a-zA-Z0-9\-_+.${}/~:]+?) - (\[(?P<flag>[a-zA-Z0-9\-_+.][a-zA-Z0-9\-_+.@]*)\])? + (\[(?P<flag>[a-zA-Z0-9\-_+.][a-zA-Z0-9\-_+.@/]*)\])? \s* ( (?P<colon>:=) |