diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-03-16 11:36:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-21 15:18:24 +0000 |
commit | 1b719e90431b34831be80c7caf6d7450535ae168 (patch) | |
tree | 13de27b1c6495970fd04b2036b76a12600a6459f | |
parent | 2fd4d2cb70fc244499ccf45bf7248c2a530ea9e2 (diff) | |
download | poky-1b719e90431b34831be80c7caf6d7450535ae168.tar.gz |
doc: migration-3.5: move the distutils changes to the class changes section
(From yocto-docs rev: 2289b74b0cc4d991445ed6fbd01b7e17cb630fc3)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/migration-guides/migration-3.5.rst | 6 |
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 | |||
60 | Class changes | 57 | Class 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()` |