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 8db43a1454..c55c0b8c3c 100644
--- a/documentation/migration-guides/migration-3.4.rst
+++ b/documentation/migration-guides/migration-3.4.rst
@@ -146,7 +146,7 @@ Virtual runtime provides
146~~~~~~~~~~~~~~~~~~~~~~~~ 146~~~~~~~~~~~~~~~~~~~~~~~~
147 147
148Recipes shouldn't use the ``virtual/`` string in :term:`RPROVIDES` and 148Recipes shouldn't use the ``virtual/`` string in :term:`RPROVIDES` and
149:term:`RDEPENDS` - it is confusing because ``virtual/`` has no special 149:term:`RDEPENDS` --- it is confusing because ``virtual/`` has no special
150meaning in :term:`RPROVIDES` and :term:`RDEPENDS` (unlike in the 150meaning in :term:`RPROVIDES` and :term:`RDEPENDS` (unlike in the
151corresponding build-time :term:`PROVIDES` and :term:`DEPENDS`). 151corresponding build-time :term:`PROVIDES` and :term:`DEPENDS`).
152 152
@@ -171,7 +171,7 @@ Extensible SDK host extension
171For a normal SDK, some layers append to :term:`TOOLCHAIN_HOST_TASK` 171For a normal SDK, some layers append to :term:`TOOLCHAIN_HOST_TASK`
172unconditionally which is fine, until the eSDK tries to override the 172unconditionally which is fine, until the eSDK tries to override the
173variable to its own values. Instead of installing packages specified 173variable to its own values. Instead of installing packages specified
174in this variable it uses native recipes instead - a very different 174in this variable it uses native recipes instead --- a very different
175approach. This has led to confusing errors when binaries are added 175approach. This has led to confusing errors when binaries are added
176to the SDK but not relocated. 176to the SDK but not relocated.
177 177