]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
setuptools3: pass -j to build step
authorRoss Burton <ross.burton@arm.com>
Tue, 29 Jul 2025 08:59:33 +0000 (09:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Jul 2025 09:47:56 +0000 (10:47 +0100)
commit96d13feaa881ae4d275d16f7efca92dbd075241b
tree6de2ceb4b12e6fd485033f059b233e684c28a689
parentd508ee5c7bb03da5ae37bd098fa4ef8a5128e398
setuptools3: pass -j to build step

Explicitly call the build command, as by doing this we get to pass -j.

In packages without any C extensions this is mostly a no-op as
bdist_wheel will call it anyway. However, this does make a big
difference to build time for packages with non-trivial C extensions:

  python3-cython:do_compile     204.8s -> 70.9s
  python3-lxml:do_compile       157.5s -> 92.4s

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/setuptools3.bbclass