summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-12-20 13:16:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-28 10:57:46 +0000
commitab4152528f029e48271b73a35b3271a380ec0d8d (patch)
tree18d15b9e380c446967ff6b9eb34c2a09304f31d2 /documentation/ref-manual
parentf38b4edf5f399be1723a1c940f766e68c6bcf56d (diff)
downloadpoky-ab4152528f029e48271b73a35b3271a380ec0d8d.tar.gz
ref-manual/variable: remove obsolete SETUPTOOLS_INSTALL_ARGS
Remove in oecore by commit b4bdfc78e8e1cb8b86221bc55d80d601ea1a065f ("python3-cython: remove obsolete SETUPTOOLS_INSTALL_ARGS"). Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: a32b39a4d9bda124e6c19aa1db522656b1e7e807) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 40f2f7c99a..89c37729bd 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7843,11 +7843,6 @@ system and gives an overview of their function and contents.
7843 class, this variable can be used to specify additional arguments to be 7843 class, this variable can be used to specify additional arguments to be
7844 passed to ``setup.py build`` in the ``setuptools3_do_compile()`` task. 7844 passed to ``setup.py build`` in the ``setuptools3_do_compile()`` task.
7845 7845
7846 :term:`SETUPTOOLS_INSTALL_ARGS`
7847 When used by recipes that inherit the :ref:`ref-classes-setuptools3`
7848 class, this variable can be used to specify additional arguments to be
7849 passed to ``setup.py install`` in the ``setuptools3_do_install()`` task.
7850
7851 :term:`SETUPTOOLS_SETUP_PATH` 7846 :term:`SETUPTOOLS_SETUP_PATH`
7852 When used by recipes that inherit the :ref:`ref-classes-setuptools3` 7847 When used by recipes that inherit the :ref:`ref-classes-setuptools3`
7853 class, this variable should be used to specify the directory in which 7848 class, this variable should be used to specify the directory in which