[Buildroot] [PATCH 1/2] ninja: new package

Bernd Kuhls bernd.kuhls at t-online.de
Sat Jun 4 15:50:34 UTC 2016


Hi,

please try to add support for python3:

> +HOST_NINJA_DEPENDENCIES = host-python

HOST_NINJA_DEPENDENCIES = $(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python)

> +define HOST_NINJA_BUILD_CMDS
> +	(cd $(@D); ./configure.py --bootstrap)
> +endef

define HOST_NINJA_BUILD_CMDS
	(cd $(@D); ./configure.py --bootstrap --verbose --with-python=$(HOST_DIR)/usr/bin/python)
endef

What is the purpose of having ninja on the target machine?

Regards, Bernd



More information about the buildroot mailing list