summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-3.4.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-3.4.rst')
-rw-r--r--documentation/migration-guides/migration-3.4.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst
index 88238091a1..076c589c8c 100644
--- a/documentation/migration-guides/migration-3.4.rst
+++ b/documentation/migration-guides/migration-3.4.rst
@@ -126,7 +126,7 @@ Removed classes
126- ``image-mklibs``: not actively tested and upstream mklibs still 126- ``image-mklibs``: not actively tested and upstream mklibs still
127 requires Python 2 127 requires Python 2
128- ``meta``: no longer useful. Recipes that need to skip installing 128- ``meta``: no longer useful. Recipes that need to skip installing
129 packages should inherit :ref:`nopackages <ref-classes-nopackages>` instead. 129 packages should inherit :ref:`ref-classes-nopackages` instead.
130 130
131Prelinking disabled by default 131Prelinking disabled by default
132~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 132~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -259,7 +259,7 @@ Miscellaneous
259 instead. 259 instead.
260 260
261- The obsolete ``oe_machinstall`` function previously provided in the 261- The obsolete ``oe_machinstall`` function previously provided in the
262 :ref:`utils <ref-classes-utils>` class has been removed. For 262 :ref:`ref-classes-utils` class has been removed. For
263 machine-specific installation it is recommended that you use the 263 machine-specific installation it is recommended that you use the
264 built-in override support in the fetcher or overrides in general 264 built-in override support in the fetcher or overrides in general
265 instead. 265 instead.