diff options
Diffstat (limited to 'documentation/migration-guides/migration-1.5.rst')
-rw-r--r-- | documentation/migration-guides/migration-1.5.rst | 4 |
1 files changed, 2 insertions, 2 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 | ||