diff options
author | Quentin Schulz <foss@0leil.net> | 2020-10-05 20:37:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-20 11:12:06 +0100 |
commit | 8dd785f120ab73ec78ebcc4c8dd65141b7472885 (patch) | |
tree | 2775567bdd4e674578851f074c7dac828293725b /documentation/ref-manual/migration-1.7.rst | |
parent | e2a2c80de07ede2a6fc4ee595ad1587c0812d99c (diff) | |
download | poky-8dd785f120ab73ec78ebcc4c8dd65141b7472885.tar.gz |
docs: ref-manual: indentation, links and highlights fixes
Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
(From yocto-docs rev: f5688a74cd9d100dee270edb9a33c02015cfabda)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration-1.7.rst')
-rw-r--r-- | documentation/ref-manual/migration-1.7.rst | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/documentation/ref-manual/migration-1.7.rst b/documentation/ref-manual/migration-1.7.rst index 82fd37d3a9..5a5151ec1c 100644 --- a/documentation/ref-manual/migration-1.7.rst +++ b/documentation/ref-manual/migration-1.7.rst | |||
@@ -31,9 +31,9 @@ version required on the | |||
31 | build host is now 1.7.8 because the ``--list`` option is now required by | 31 | build host is now 1.7.8 because the ``--list`` option is now required by |
32 | BitBake's Git fetcher. As always, if your host distribution does not | 32 | BitBake's Git fetcher. As always, if your host distribution does not |
33 | provide a version of Git that meets this requirement, you can use the | 33 | provide a version of Git that meets this requirement, you can use the |
34 | ``buildtools-tarball`` that does. See the "`Required Git, tar, Python | 34 | ``buildtools-tarball`` that does. See the |
35 | and gcc Versions <#required-git-tar-python-and-gcc-versions>`__" section | 35 | ":ref:`ref-manual/ref-system-requirements:required git, tar, python and gcc versions`" |
36 | for more information. | 36 | section for more information. |
37 | 37 | ||
38 | .. _migration-1.7-autotools-class-changes: | 38 | .. _migration-1.7-autotools-class-changes: |
39 | 39 | ||
@@ -157,7 +157,7 @@ The following changes have occurred to the QA check process: | |||
157 | added in order to verify that file dependencies are satisfied (e.g. | 157 | added in order to verify that file dependencies are satisfied (e.g. |
158 | package contains a script requiring ``/bin/bash``) and build-time | 158 | package contains a script requiring ``/bin/bash``) and build-time |
159 | dependencies are declared, respectively. For more information, please | 159 | dependencies are declared, respectively. For more information, please |
160 | see the "`QA Error and Warning Messages <#ref-qa-checks>`__" chapter. | 160 | see the ":doc:`ref-qa-checks`" chapter. |
161 | 161 | ||
162 | - Package QA checks are now performed during a new | 162 | - Package QA checks are now performed during a new |
163 | :ref:`ref-tasks-package_qa` task rather than being | 163 | :ref:`ref-tasks-package_qa` task rather than being |
@@ -202,9 +202,7 @@ The following recipes have been removed: | |||
202 | for version 3.17 has been added. | 202 | for version 3.17 has been added. |
203 | 203 | ||
204 | - ``eglibc`` has been removed in favor of ``glibc``. See the | 204 | - ``eglibc`` has been removed in favor of ``glibc``. See the |
205 | "```eglibc 2.19`` Replaced with | 205 | ":ref:`migration-1.7-glibc-replaces-eglibc`" section for more information. |
206 | ``glibc 2.20`` <#migration-1.7-glibc-replaces-eglibc>`__" section for | ||
207 | more information. | ||
208 | 206 | ||
209 | .. _migration-1.7-miscellaneous-changes: | 207 | .. _migration-1.7-miscellaneous-changes: |
210 | 208 | ||