diff options
Diffstat (limited to 'documentation/migration-guides/migration-1.3.rst')
-rw-r--r-- | documentation/migration-guides/migration-1.3.rst | 12 |
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. | |||
91 | nativesdk | 91 | nativesdk |
92 | ~~~~~~~~~ | 92 | ~~~~~~~~~ |
93 | 93 | ||
94 | The suffix ``nativesdk`` is now implemented as a prefix, which simplifies a | 94 | The suffix ``nativesdk`` is now implemented as a prefix, which simplifies a lot |
95 | lot of the packaging code for :ref:`nativesdk <ref-classes-nativesdk>` recipes. | 95 | of the packaging code for :ref:`ref-classes-nativesdk` recipes. All custom |
96 | All custom :ref:`nativesdk <ref-classes-nativesdk>` recipes, which are | 96 | :ref:`ref-classes-nativesdk` recipes, which are relocatable packages that are |
97 | relocatable packages that are native to :term:`SDK_ARCH`, and any references | 97 | native to :term:`SDK_ARCH`, and any references need to be updated to use |
98 | need 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 | |||
109 | references in your own recipes and configurations as they could be | 109 | 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 | :ref:`packagegroup <ref-classes-packagegroup>` instead of ``task``, as well | 112 | :ref:`ref-classes-packagegroup` instead of ``task``, as well |
113 | as taking the opportunity to remove anything now handled by | 113 | as 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`` |
115 | packages, setting :term:`LIC_FILES_CHKSUM`, and so forth. See the | 115 | packages, setting :term:`LIC_FILES_CHKSUM`, and so forth. See the |