[Buildroot] [PATCH v2 1/2] package/ninja: invoke python3 explicitly to configure the package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Nov 12 21:04:11 UTC 2019


On Mon, 11 Nov 2019 23:31:45 +0200
Avi Shukron <avraham.shukron at gmail.com> wrote:

> ninja depends on python3 specifically, but the configure.py file
> simply uses "env python". Where no python is selected for the target
> you simply won't get a python symlink in $(HOST_DIR)/usr/bin, so the
> configure.py script fails to run since it can't find "python".
> 
> Notice that in order to reproduce the issue, you must not have
> python2 installed on your host machine.
> 
> Signed-off-by: Avi Shukron <avraham.shukron at gmail.com>
> ---
>  package/ninja/ninja.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list