summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 17:45:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:25 +0100
commit6ade5d2d0ea95731c629af83d2d990ab86048d20 (patch)
treeeb6634337fdfa6d32bb37b77ea27b44e0acefc11 /documentation/ref-manual/classes.rst
parent5d1e8104cdec60d655b6bb289118f7b15a7fda14 (diff)
downloadpoky-6ade5d2d0ea95731c629af83d2d990ab86048d20.tar.gz
manuals: add reference to the "do_compile" task
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: e88f11002032e30bbe2dd0049e307a431a70aaef) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 673e90d9ec..a31e663452 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -2401,7 +2401,7 @@ uses these build systems, the recipe needs to inherit the ``setuptools3`` class.
2401 2401
2402 .. note:: 2402 .. note::
2403 2403
2404 The ``setuptools3`` class ``do_compile()`` task now calls 2404 The ``setuptools3`` class :ref:`ref-tasks-compile` task now calls
2405 ``setup.py bdist_wheel`` to build the ``wheel`` binary archive format 2405 ``setup.py bdist_wheel`` to build the ``wheel`` binary archive format
2406 (See `PEP-427 <https://www.python.org/dev/peps/pep-0427/>`__). 2406 (See `PEP-427 <https://www.python.org/dev/peps/pep-0427/>`__).
2407 2407