summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/qa-checks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/qa-checks.rst')
-rw-r--r--documentation/ref-manual/qa-checks.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst
index 8c475d0f72..fbab1dc92e 100644
--- a/documentation/ref-manual/qa-checks.rst
+++ b/documentation/ref-manual/qa-checks.rst
@@ -613,7 +613,7 @@ Errors and Warnings
613 so using ${:term:`BPN`} rather than ${:term:`PN`} as the latter will change 613 so using ${:term:`BPN`} rather than ${:term:`PN`} as the latter will change
614 for different variants of the same recipe e.g. when :term:`BBCLASSEXTEND` 614 for different variants of the same recipe e.g. when :term:`BBCLASSEXTEND`
615 or multilib are being used. This check will fail if a reference to ``${PN}`` 615 or multilib are being used. This check will fail if a reference to ``${PN}``
616 is found within the :term:`SRC_URI` value - change it to ``${BPN}`` instead. 616 is found within the :term:`SRC_URI` value --- change it to ``${BPN}`` instead.
617 617
618 618
619.. _qa-check-unhandled-features-check: 619.. _qa-check-unhandled-features-check:
@@ -727,7 +727,7 @@ Errors and Warnings
727 devtool modify <recipe> 727 devtool modify <recipe>
728 728
729 This will apply all of the patches, and create new commits out of them in 729 This will apply all of the patches, and create new commits out of them in
730 the workspace - with the patch context updated. 730 the workspace --- with the patch context updated.
731 731
732 Then, replace the patches in the recipe layer:: 732 Then, replace the patches in the recipe layer::
733 733