summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-3.3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-3.3.rst')
-rw-r--r--documentation/migration-guides/migration-3.3.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-3.3.rst b/documentation/migration-guides/migration-3.3.rst
index d110aacd81..e8e5935e19 100644
--- a/documentation/migration-guides/migration-3.3.rst
+++ b/documentation/migration-guides/migration-3.3.rst
@@ -99,9 +99,9 @@ variable so that recipes can specify it explicitly, for example::
99 99
100Recipes that inherit from ``distutils3`` (or 100Recipes that inherit from ``distutils3`` (or
101:ref:`setuptools3 <ref-classes-setuptools3>` which itself inherits 101:ref:`setuptools3 <ref-classes-setuptools3>` which itself inherits
102``distutils3``) that also set :term:`S` to 102``distutils3``) that also set :term:`S` to point to a Python module within a
103point to a Python module within a subdirectory in the aforementioned 103subdirectory in the aforementioned manner should be changed to set
104manner should be changed to set ``DISTUTILS_SETUP_PATH`` instead. 104``DISTUTILS_SETUP_PATH`` instead.
105 105
106 106
107.. _migration-3.3-bitbake: 107.. _migration-3.3-bitbake: