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 ` 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 ` class with a more descriptive ``varflag`` named :term:`SKIP_RECIPE` which will use the `SkipRecipe()`