diff options
Diffstat (limited to 'documentation/ref-manual/qa-checks.rst')
-rw-r--r-- | documentation/ref-manual/qa-checks.rst | 8 |
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. |