package/ninja: invoke python3 explicitly to configure the package
authorAvi Shukron <avraham.shukron@gmail.com>
Mon, 11 Nov 2019 21:31:45 +0000 (23:31 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 12 Nov 2019 20:55:57 +0000 (21:55 +0100)
commitf31cd33cefc0fd71f41459d39c42b049ade3605d
tree531a01138fffdf64545ebb90719330b16c13f43d
parent21783d8403f4f41bd97014768e08f9fc355adf87
package/ninja: invoke python3 explicitly to configure the package

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@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ninja/ninja.mk