diff options
Diffstat (limited to 'documentation/migration-guides/migration-2.6.rst')
-rw-r--r-- | documentation/migration-guides/migration-2.6.rst | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/documentation/migration-guides/migration-2.6.rst b/documentation/migration-guides/migration-2.6.rst index 356f720850..477714b489 100644 --- a/documentation/migration-guides/migration-2.6.rst +++ b/documentation/migration-guides/migration-2.6.rst | |||
@@ -128,10 +128,9 @@ missing from :term:`DEPENDS`). | |||
128 | 128 | ||
129 | .. note:: | 129 | .. note:: |
130 | 130 | ||
131 | This change affects classes beyond just the two mentioned (i.e. | 131 | This change affects classes beyond just the two mentioned (i.e. ``distutils`` |
132 | ``distutils`` and ``distutils3``). Any recipe that inherits ``distutils*`` | 132 | and ``distutils3``). Any recipe that inherits ``distutils*`` classes are |
133 | classes are affected. For example, the ``setuptools`` and | 133 | affected. For example, the ``setuptools`` and :ref:`ref-classes-setuptools3` |
134 | :ref:`setuptools3 <ref-classes-setuptools3>` | ||
135 | recipes are affected since they inherit the ``distutils*`` classes. | 134 | recipes are affected since they inherit the ``distutils*`` classes. |
136 | 135 | ||
137 | Fetching these types of dependencies that are not provided in the | 136 | Fetching these types of dependencies that are not provided in the |
@@ -315,12 +314,11 @@ This section provides information about automatic testing changes: | |||
315 | exists and has been replaced by the | 314 | exists and has been replaced by the |
316 | :term:`TESTIMAGE_AUTO` variable. | 315 | :term:`TESTIMAGE_AUTO` variable. |
317 | 316 | ||
318 | - Inheriting the :ref:`testimage <ref-classes-testimage>` and | 317 | - Inheriting the :ref:`ref-classes-testimage` and :ref:`ref-classes-testsdk` |
319 | :ref:`testsdk <ref-classes-testsdk>` classes: best practices now dictate | 318 | classes: best practices now dictate that you use the :term:`IMAGE_CLASSES` |
320 | that you use the :term:`IMAGE_CLASSES` variable rather than the | 319 | variable rather than the :term:`INHERIT` variable when you inherit the |
321 | :term:`INHERIT` variable when you inherit the | 320 | :ref:`ref-classes-testimage` and :ref:`ref-classes-testsdk` classes used |
322 | :ref:`testimage <ref-classes-testimage>` and | 321 | for automatic testing. |
323 | :ref:`testsdk <ref-classes-testsdk>` classes used for automatic testing. | ||
324 | 322 | ||
325 | .. _migration-2.6-openssl-changes: | 323 | .. _migration-2.6-openssl-changes: |
326 | 324 | ||