Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bundle.bbclass): varflags expansion in python anonymous function
Python anonymous functions are evaluated before `=` which expand the final variable value. This fix set the `getVarFlags` kwarg `expand` to `True` (default is `False`) to be able to assign varflag with bitbake variable (`${...}`) or python inline syntax (`${@...})`. Signed-off-by: Jean-Pierre Geslin <jarsop@outlook.com>
- Loading branch information