summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-03-01 08:36:16 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-04 09:39:37 +0000
commit48e3604317ed415238b04c40e475bd0ba75d3edd (patch)
tree0d90dff39eaf788b40f6c75690eb2d185175eebd /documentation
parentaa824e54d4c44a31805df24fd9c95dfb3d4bbd25 (diff)
downloadpoky-48e3604317ed415238b04c40e475bd0ba75d3edd.tar.gz
docs: migration-2.6 drop distutils labels, terms
The distutils* classes and DISUTILS* terms are no longer defined so replace their usage with ``text``. (From yocto-docs rev: 6be0ab803e6dd64e4a044b7c605acfdd45caa280) 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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/migration-guides/migration-2.6.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-2.6.rst b/documentation/migration-guides/migration-2.6.rst
index c68414e1ca..11e659de7c 100644
--- a/documentation/migration-guides/migration-2.6.rst
+++ b/documentation/migration-guides/migration-2.6.rst
@@ -118,8 +118,7 @@ For names of recipes removed because of this repository change, see the
118--------------------------------------------------------------------------------------------------- 118---------------------------------------------------------------------------------------------------
119 119
120Previously, it was possible for Python recipes that inherited the 120Previously, it was possible for Python recipes that inherited the
121``distutils`` and 121``distutils`` and ``distutils3`` classes to fetch code
122:ref:`distutils3 <ref-classes-distutils3>` classes to fetch code
123during the :ref:`ref-tasks-configure` task to satisfy 122during the :ref:`ref-tasks-configure` task to satisfy
124dependencies mentioned in ``setup.py`` if those dependencies were not 123dependencies mentioned in ``setup.py`` if those dependencies were not
125provided in the sysroot (i.e. recipes providing the dependencies were 124provided in the sysroot (i.e. recipes providing the dependencies were