summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/qa-checks.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-11-22 11:19:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-01 19:20:29 +0000
commit4d01625794c6517e07fe0b6218c7c3ce004f5951 (patch)
tree7d1cc8da1e784d73b344d231f2a093ab46f61abc /documentation/ref-manual/qa-checks.rst
parent55621c31f1edbdb2f3d72e80916fed031e2ba298 (diff)
downloadpoky-4d01625794c6517e07fe0b6218c7c3ce004f5951.tar.gz
manuals: fix paragraphs with the "inherit" word
Nothing wrong with this word, but instances of "inherit" were looked for while looking for class names without references. Fixing alignment and sometimes syntax. (From yocto-docs rev: c418c645a360e74ebb91765a3041336f03097e0d) 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.rst20
1 files changed, 11 insertions, 9 deletions
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst
index 3947dcfc17..1a768aac93 100644
--- a/documentation/ref-manual/qa-checks.rst
+++ b/documentation/ref-manual/qa-checks.rst
@@ -579,10 +579,10 @@ Errors and Warnings
579- ``package contains mime types but does not inherit mime: <packagename> path '<file>' [mime]`` 579- ``package contains mime types but does not inherit mime: <packagename> path '<file>' [mime]``
580 580
581 The specified package contains mime type files (``.xml`` files in 581 The specified package contains mime type files (``.xml`` files in
582 ``${datadir}/mime/packages``) and yet does not inherit the mime 582 ``${datadir}/mime/packages``) and yet does not inherit the
583 class which will ensure that these get properly installed. Either 583 :ref:`mime <ref-classes-mime>` class which will ensure that these get
584 add ``inherit mime`` to the recipe or remove the files at the 584 properly installed. Either add ``inherit mime`` to the recipe or remove the
585 :ref:`ref-tasks-install` step if they are not needed. 585 files at the :ref:`ref-tasks-install` step if they are not needed.
586 586
587 587
588.. _qa-check-mime-xdg: 588.. _qa-check-mime-xdg:
@@ -620,11 +620,13 @@ Errors and Warnings
620 620
621- ``<recipename>: recipe doesn't inherit features_check [unhandled-features-check]`` 621- ``<recipename>: recipe doesn't inherit features_check [unhandled-features-check]``
622 622
623 This check ensures that if one of the variables that the :ref:`features_check <ref-classes-features_check>` 623 This check ensures that if one of the variables that the
624 class supports (e.g. :term:`REQUIRED_DISTRO_FEATURES`) is used, then the recipe 624 :ref:`features_check <ref-classes-features_check>` class supports (e.g.
625 inherits ``features_check`` in order for the requirement to actually work. If 625 :term:`REQUIRED_DISTRO_FEATURES`) is used, then the recipe
626 you are seeing this message, either add ``inherit features_check`` to your recipe 626 inherits :ref:`features_check <ref-classes-features_check>` in order for
627 or remove the reference to the variable if it is not needed. 627 the requirement to actually work. If you are seeing this message, either
628 add ``inherit features_check`` to your recipe or remove the reference to
629 the variable if it is not needed.
628 630
629 631
630.. _qa-check-missing-update-alternatives: 632.. _qa-check-missing-update-alternatives: