diff options
Diffstat (limited to 'documentation/migration-guides/migration-1.3.rst')
-rw-r--r-- | documentation/migration-guides/migration-1.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-1.3.rst b/documentation/migration-guides/migration-1.3.rst index 9a1539172e..6a1755d1dc 100644 --- a/documentation/migration-guides/migration-1.3.rst +++ b/documentation/migration-guides/migration-1.3.rst | |||
@@ -110,7 +110,7 @@ references in your own recipes and configurations as they could be | |||
110 | removed in future releases. You should also rename any custom ``task-*`` | 110 | removed in future releases. You should also rename any custom ``task-*`` |
111 | recipes to ``packagegroup-*``, and change them to inherit | 111 | recipes to ``packagegroup-*``, and change them to inherit |
112 | ``packagegroup`` instead of ``task``, as well as taking the opportunity | 112 | ``packagegroup`` instead of ``task``, as well as taking the opportunity |
113 | to remove anything now handled by ``packagegroup.bbclass``, such as | 113 | to remove anything now handled by :ref:`ref-classes-packagegroup`, such as |
114 | providing ``-dev`` and ``-dbg`` packages, setting | 114 | providing ``-dev`` and ``-dbg`` packages, setting |
115 | :term:`LIC_FILES_CHKSUM`, and so forth. See the | 115 | :term:`LIC_FILES_CHKSUM`, and so forth. See the |
116 | :ref:`ref-classes-packagegroup` section for | 116 | :ref:`ref-classes-packagegroup` section for |