From e2218a968409e88298a746e5dfc97a3204cfea18 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 1 Mar 2022 08:36:17 -0800 Subject: docs: migration-3.3 drop distutils labels, terms The distutils* classes and DISUTILS* terms are no longer defined so replace their usage with ``text``. (From yocto-docs rev: c0e0e0b9416cb7a2fed3efe9d32ee905b6391f24) Signed-off-by: Tim Orling Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/migration-guides/migration-3.3.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/migration-guides/migration-3.3.rst b/documentation/migration-guides/migration-3.3.rst index f982b1c80a..1eb494c286 100644 --- a/documentation/migration-guides/migration-3.3.rst +++ b/documentation/migration-guides/migration-3.3.rst @@ -90,17 +90,17 @@ example:: then in ``setup.py`` it works with source code in a relative fashion, such as ``../../src``. This causes pseudo to fail as it isn't able to track -the paths properly. This release introduces a new :term:`DISTUTILS_SETUP_PATH` +the paths properly. This release introduces a new ``DISTUTILS_SETUP_PATH`` variable so that recipes can specify it explicitly, for example:: S = "${WORKDIR}/git" DISTUTILS_SETUP_PATH = "${S}/python/pythonmodule" -Recipes that inherit from :ref:`distutils3 ` (or +Recipes that inherit from ``distutils3`` (or :ref:`setuptools3 ` which itself inherits -:ref:`distutils3 `) that also set :term:`S` to +``distutils3``) that also set :term:`S` to point to a Python module within a subdirectory in the aforementioned -manner should be changed to set :term:`DISTUTILS_SETUP_PATH` instead. +manner should be changed to set ``DISTUTILS_SETUP_PATH`` instead. .. _migration-3.3-bitbake: -- cgit v1.2.3-54-g00ecf