Message ID | 20241217-release-note-5-2-updates-v1-6-b189493b1b09@bootlin.com |
---|---|
State | New |
Headers | show |
Series | Updates from recent core changes | expand |
Hi Antonin, On 12/17/24 10:27 AM, Antonin Godard via lists.yoctoproject.org wrote: > Remove in oecore by commit b4bdfc78e8e1cb8b86221bc55d80d601ea1a065f > ("python3-cython: remove obsolete SETUPTOOLS_INSTALL_ARGS"). > But actually unused since 57c477ca13e352b6f9b21385abbfaad9778c6398, i.e. from Kirkstone. So I believe this should be backported (and added to migration manuals). Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index bce8a1c7ed3af7115655f51aa0a6c558478d8c86..2c2226dd16c25ebb5cdefce9a657a124e51ab143 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -7841,11 +7841,6 @@ system and gives an overview of their function and contents. 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:`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:`ref-classes-setuptools3` class, this variable should be used to specify the directory in which
Remove in oecore by commit b4bdfc78e8e1cb8b86221bc55d80d601ea1a065f ("python3-cython: remove obsolete SETUPTOOLS_INSTALL_ARGS"). Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/variables.rst | 5 ----- 1 file changed, 5 deletions(-)