Closed bmalehorn closed 6 years ago
Fix the variable name regex by replacing it with the bitbake source code's regex:
__unset_regexp__ = re.compile( r"unset\s+([a-zA-Z0-9\-_+.${}/~]+)$")
Great, thanks for merging these all in. That's all for now, I'll send more if I see any other obvious issues.
Fix the variable name regex by replacing it with the bitbake source code's regex: