Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
waf: don't assume the waf intepretter is good
Waf typically uses `python` as the intepretter but inside a task this does not exist. Typically this is solved by patching waf (see the glmark2 recipe) but not all versionf of Waf support Python 3 so we can't assume a specific interpretter. Instead, create a new variable WAF_PYTHON for the correct interpretter, and default this to `python3`. If the user has a recipe that needs Python 2 then this can be changed in the recipe. (From OE-Core rev: 802e80d) Signed-off-by: Ross Burton <[email protected]> Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 85b6301) [Fixes build issue on Ubuntu 20 with mvp openembedded/meta-openembedded#304 ] Signed-off-by: Armin Kuster <[email protected]> Signed-off-by: Steve Sakoman <[email protected]>
- Loading branch information