diff options
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r-- | documentation/migration-guides/migration-1.5.rst | 4 | ||||
-rw-r--r-- | documentation/migration-guides/migration-3.0.rst | 4 | ||||
-rw-r--r-- | documentation/migration-guides/migration-3.3.rst | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst index b47980dc67..ad7e239eaf 100644 --- a/documentation/migration-guides/migration-1.5.rst +++ b/documentation/migration-guides/migration-1.5.rst | |||
@@ -221,8 +221,8 @@ Task Recipes | |||
221 | 221 | ||
222 | The previously deprecated ``task.bbclass`` has now been dropped. For | 222 | The previously deprecated ``task.bbclass`` has now been dropped. For |
223 | recipes that previously inherited from this class, you should rename | 223 | recipes that previously inherited from this class, you should rename |
224 | them from ``task-*`` to ``packagegroup-*`` and inherit packagegroup | 224 | them from ``task-*`` to ``packagegroup-*`` and inherit |
225 | instead. | 225 | :ref:`packagegroup <ref-classes-packagegroup>` instead. |
226 | 226 | ||
227 | For more information, see the ":ref:`ref-classes-packagegroup`" section. | 227 | For more information, see the ":ref:`ref-classes-packagegroup`" section. |
228 | 228 | ||
diff --git a/documentation/migration-guides/migration-3.0.rst b/documentation/migration-guides/migration-3.0.rst index 95a33d4dd4..107d2b8797 100644 --- a/documentation/migration-guides/migration-3.0.rst +++ b/documentation/migration-guides/migration-3.0.rst | |||
@@ -259,7 +259,9 @@ The following miscellaneous changes have occurred. | |||
259 | 259 | ||
260 | - The ``gnome`` class has been removed because it now does very little. | 260 | - The ``gnome`` class has been removed because it now does very little. |
261 | You should update recipes that previously inherited this class to do | 261 | You should update recipes that previously inherited this class to do |
262 | the following: inherit gnomebase gtk-icon-cache gconf mime | 262 | the following:: |
263 | |||
264 | inherit gnomebase gtk-icon-cache gconf mime | ||
263 | 265 | ||
264 | - The ``meta/recipes-kernel/linux/linux-dtb.inc`` file has been | 266 | - The ``meta/recipes-kernel/linux/linux-dtb.inc`` file has been |
265 | removed. This file was previously deprecated in favor of setting | 267 | removed. This file was previously deprecated in favor of setting |
diff --git a/documentation/migration-guides/migration-3.3.rst b/documentation/migration-guides/migration-3.3.rst index d110aacd81..e8e5935e19 100644 --- a/documentation/migration-guides/migration-3.3.rst +++ b/documentation/migration-guides/migration-3.3.rst | |||
@@ -99,9 +99,9 @@ variable so that recipes can specify it explicitly, for example:: | |||
99 | 99 | ||
100 | Recipes that inherit from ``distutils3`` (or | 100 | Recipes that inherit from ``distutils3`` (or |
101 | :ref:`setuptools3 <ref-classes-setuptools3>` which itself inherits | 101 | :ref:`setuptools3 <ref-classes-setuptools3>` which itself inherits |
102 | ``distutils3``) that also set :term:`S` to | 102 | ``distutils3``) that also set :term:`S` to point to a Python module within a |
103 | point to a Python module within a subdirectory in the aforementioned | 103 | subdirectory in the aforementioned manner should be changed to set |
104 | manner should be changed to set ``DISTUTILS_SETUP_PATH`` instead. | 104 | ``DISTUTILS_SETUP_PATH`` instead. |
105 | 105 | ||
106 | 106 | ||
107 | .. _migration-3.3-bitbake: | 107 | .. _migration-3.3-bitbake: |