summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-1.3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-1.3.rst')
-rw-r--r--documentation/migration-guides/migration-1.3.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/migration-guides/migration-1.3.rst b/documentation/migration-guides/migration-1.3.rst
index a135574744..95f7e3572b 100644
--- a/documentation/migration-guides/migration-1.3.rst
+++ b/documentation/migration-guides/migration-1.3.rst
@@ -91,11 +91,11 @@ consistency.
91nativesdk 91nativesdk
92~~~~~~~~~ 92~~~~~~~~~
93 93
94The suffix ``nativesdk`` is now implemented as a prefix, which simplifies a 94The suffix ``nativesdk`` is now implemented as a prefix, which simplifies a lot
95lot of the packaging code for :ref:`nativesdk <ref-classes-nativesdk>` recipes. 95of the packaging code for :ref:`ref-classes-nativesdk` recipes. All custom
96All custom :ref:`nativesdk <ref-classes-nativesdk>` recipes, which are 96:ref:`ref-classes-nativesdk` recipes, which are relocatable packages that are
97relocatable packages that are native to :term:`SDK_ARCH`, and any references 97native to :term:`SDK_ARCH`, and any references need to be updated to use
98need to be updated to use ``nativesdk-*`` instead of ``*-nativesdk``. 98``nativesdk-*`` instead of ``*-nativesdk``.
99 99
100.. _migration-1.3-task-recipes: 100.. _migration-1.3-task-recipes:
101 101
@@ -109,7 +109,7 @@ automatic upgrade path for most packages. However, you should update
109references in your own recipes and configurations as they could be 109references in your own recipes and configurations as they could be
110removed in future releases. You should also rename any custom ``task-*`` 110removed in future releases. You should also rename any custom ``task-*``
111recipes to ``packagegroup-*``, and change them to inherit 111recipes to ``packagegroup-*``, and change them to inherit
112:ref:`packagegroup <ref-classes-packagegroup>` instead of ``task``, as well 112:ref:`ref-classes-packagegroup` instead of ``task``, as well
113as taking the opportunity to remove anything now handled by 113as taking the opportunity to remove anything now handled by
114:ref:`ref-classes-packagegroup`, such as providing ``-dev`` and ``-dbg`` 114:ref:`ref-classes-packagegroup`, such as providing ``-dev`` and ``-dbg``
115packages, setting :term:`LIC_FILES_CHKSUM`, and so forth. See the 115packages, setting :term:`LIC_FILES_CHKSUM`, and so forth. See the