summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/migration-guides/migration-3.5.rst6
1 files changed, 3 insertions, 3 deletions
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
54- :ref:`allarch <ref-classes-allarch>` packagegroups can no longer depend on packages 54- :ref:`allarch <ref-classes-allarch>` packagegroups can no longer depend on packages
55 which use :term:`PKG` renaming such as :ref:`ref-classes-debian`. 55 which use :term:`PKG` renaming such as :ref:`ref-classes-debian`.
56 56
57- The `distutils*.bbclasses` have been moved to `meta-python`. The classes and
58 `DISTUTILS*` variables have been removed from the documentation.
59
60Class changes 57Class changes
61------------- 58-------------
62 59
60- The `distutils*.bbclasses` have been moved to `meta-python`. The classes and
61 `DISTUTILS*` variables have been removed from the documentation.
62
63- ``blacklist.bbclass`` is removed and the functionality moved to the 63- ``blacklist.bbclass`` is removed and the functionality moved to the
64 :ref:`base <ref-classes-base>` class with a more descriptive 64 :ref:`base <ref-classes-base>` class with a more descriptive
65 ``varflag`` named :term:`SKIP_RECIPE` which will use the `SkipRecipe()` 65 ``varflag`` named :term:`SKIP_RECIPE` which will use the `SkipRecipe()`