summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/qa-checks.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-05-12 11:29:20 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-22 12:16:40 +0100
commit4db4e4ca46e8b23d5042d925ce5ad3073de4c3ed (patch)
tree6c0f58527ff6d5929ce0e948092357efb69fc659 /documentation/ref-manual/qa-checks.rst
parent68ee5b4bcc1098cb5a66098e65bec6c1cf69f4c2 (diff)
downloadpoky-4db4e4ca46e8b23d5042d925ce5ad3073de4c3ed.tar.gz
ref-manual: simplify style
(From yocto-docs rev: 657a7f54856afd6fec7f2cb0b5f12b4b2d24adb7) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/qa-checks.rst')
-rw-r--r--documentation/ref-manual/qa-checks.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst
index 9cc4c577c7..2e98713a27 100644
--- a/documentation/ref-manual/qa-checks.rst
+++ b/documentation/ref-manual/qa-checks.rst
@@ -97,7 +97,7 @@ Errors and Warnings
97 97
98- ``<packagename1> rdepends on <packagename2>, but it isn't a build dependency? [build-deps]`` 98- ``<packagename1> rdepends on <packagename2>, but it isn't a build dependency? [build-deps]``
99 99
100 A runtime dependency exists between the two specified packages, but 100 There is a runtime dependency between the two specified packages, but
101 there is nothing explicit within the recipe to enable the 101 there is nothing explicit within the recipe to enable the
102 OpenEmbedded build system to ensure that dependency is satisfied. 102 OpenEmbedded build system to ensure that dependency is satisfied.
103 This condition is usually triggered by an 103 This condition is usually triggered by an
@@ -303,7 +303,7 @@ Errors and Warnings
303 303
304- ``<packagename> rdepends on <debug_packagename> [debug-deps]`` 304- ``<packagename> rdepends on <debug_packagename> [debug-deps]``
305 305
306 A dependency exists between the specified non-dbg package (i.e. a 306 There is a dependency between the specified non-dbg package (i.e. a
307 package whose name does not end in ``-dbg``) and a package that is a 307 package whose name does not end in ``-dbg``) and a package that is a
308 ``dbg`` package. The ``dbg`` packages contain debug symbols and are 308 ``dbg`` package. The ``dbg`` packages contain debug symbols and are
309 brought in using several different methods: 309 brought in using several different methods:
@@ -326,7 +326,7 @@ Errors and Warnings
326 326
327- ``<packagename> rdepends on <dev_packagename> [dev-deps]`` 327- ``<packagename> rdepends on <dev_packagename> [dev-deps]``
328 328
329 A dependency exists between the specified non-dev package (a package 329 There is a dependency between the specified non-dev package (a package
330 whose name does not end in ``-dev``) and a package that is a ``dev`` 330 whose name does not end in ``-dev``) and a package that is a ``dev``
331 package. The ``dev`` packages contain development headers and are 331 package. The ``dev`` packages contain development headers and are
332 usually brought in using several different methods: 332 usually brought in using several different methods:
@@ -753,6 +753,6 @@ how to work with the QA checks, see the
753 753
754.. note:: 754.. note::
755 755
756 Please keep in mind that the QA checks exist in order to detect real 756 Please keep in mind that the QA checks are meant to detect real
757 or potential problems in the packaged output. So exercise caution 757 or potential problems in the packaged output. So exercise caution
758 when disabling these checks. 758 when disabling these checks.