ref-manual/variables.rst: add SETUPTOOLS_*_ARGS

Add SETUPTOOLS_BUILD_ARGS variable which can be used to pass additional
arguments to `setup.py build`.

Add SETUPTOOLS_INSTALL_ARGS variable which can be used to pass
additional arguments to `setup.py install`.

[YOCTO #14610]

(From yocto-docs rev: 4e8c911b73f511f1fb7b557f12d5c87129bc2593)

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tim Orling
2022-01-13 07:38:42 -08:00
committed by Richard Purdie
parent 7018f99223
commit 9d9a50aa14

View File

@@ -6846,6 +6846,18 @@ system and gives an overview of their function and contents.
EXTRA_IMAGE_FEATURES += "read-only-rootfs"
:term:`SETUPTOOLS_BUILD_ARGS`
When used by recipes that inherit the
:ref:`setuptools3 <ref-classes-setuptools3>` class, this variable can
be used to specify additional arguments to be passed to ``setup.py build``
in the ``setuptools3_do_compile()`` task.
:term:`SETUPTOOLS_INSTALL_ARGS`
When used by recipes that inherit the
:ref:`setuptools3 <ref-classes-setuptools3>` class, this variable can
be used to specify additional arguments to be passed to ``setup.py install``
in the ``setuptools3_do_install()`` task.
:term:`SETUPTOOLS_SETUP_PATH`
When used by recipes that inherit the
:ref:`setuptools3 <ref-classes-setuptools3>` class, this variable should