doc: migration-3.5: move the distutils changes to the class changes section

Message ID 20220316141425.185394-1-michael.opdenacker@bootlin.com
State New
Headers show
Series doc: migration-3.5: move the distutils changes to the class changes section | expand

Commit Message

Michael Opdenacker March 16, 2022, 2:14 p.m. UTC
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 documentation/migration-guides/migration-3.5.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Patch

diff --git a/documentation/migration-guides/migration-3.5.rst b/documentation/migration-guides/migration-3.5.rst
index da09b6f449..8380ffbf4a 100644
--- a/documentation/migration-guides/migration-3.5.rst
+++ b/documentation/migration-guides/migration-3.5.rst
@@ -54,12 +54,12 @@  Recipe changes
 - :ref:`allarch <ref-classes-allarch>` packagegroups can no longer depend on packages
   which use :term:`PKG` renaming such as :ref:`ref-classes-debian`.
 
-- The `distutils*.bbclasses` have been moved to `meta-python`. The classes and
-  `DISTUTILS*` variables have been removed from the documentation.
-
 Class changes
 -------------
 
+- The `distutils*.bbclasses` have been moved to `meta-python`. The classes and
+  `DISTUTILS*` variables have been removed from the documentation.
+
 - ``blacklist.bbclass`` is removed and the functionality moved to the
   :ref:`base <ref-classes-base>` class with a more descriptive
   ``varflag`` named :term:`SKIP_RECIPE` which will use the `SkipRecipe()`