Support for "-j N" does not seem like a generic distutils thing but numpy supports it.
This improves compile time by 2 minutes (real time). Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb index d5fe50c..9a9c4cf 100644 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb @@ -69,6 +69,8 @@ CONFIGFILESURI_mipsarchn32el = " \ S = "${WORKDIR}/numpy-${PV}" +DISTUTILS_BUILD_ARGS += "${PARALLEL_MAKE}" + inherit setuptools3 # Make the build fail and replace *config.h with proper one -- 2.1.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core