summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2021-09-28 10:26:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-02 09:57:41 +0100
commitf25e408268ecae170d77ac269f316174516e728e (patch)
tree4b16cba81de608d52d9f806e4583f5adacefa969 /documentation
parentb6b6e81db1274c763bf48ce21a8bd2f8940f39aa (diff)
downloadpoky-f25e408268ecae170d77ac269f316174516e728e.tar.gz
ref-manual: fix missed override syntax change
Cc: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: 527e885fa9beedbdcf9942d0d227862af55fcc40) Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 c3e40dba5e..792c099d0c 100644
--- a/documentation/ref-manual/qa-checks.rst
+++ b/documentation/ref-manual/qa-checks.rst
@@ -151,7 +151,7 @@ Errors and Warnings
151 occur if you add a path which contains a ``.debug`` directory and do 151 occur if you add a path which contains a ``.debug`` directory and do
152 not explicitly add the ``.debug`` directory to the ``-dbg`` package. 152 not explicitly add the ``.debug`` directory to the ``-dbg`` package.
153 If this is the case, add the ``.debug`` directory explicitly to 153 If this is the case, add the ``.debug`` directory explicitly to
154 ``FILES_${PN}-dbg``. See :term:`FILES` for additional 154 ``FILES:${PN}-dbg``. See :term:`FILES` for additional
155 information on :term:`FILES`. 155 information on :term:`FILES`.
156 156
157   157  
@@ -435,7 +435,7 @@ Errors and Warnings
435 (e.g. :term:`PN` happens to be the same as :term:`MACHINE` 435 (e.g. :term:`PN` happens to be the same as :term:`MACHINE`
436 or :term:`DISTRO`), it can have unexpected 436 or :term:`DISTRO`), it can have unexpected
437 consequences. For example, assignments such as 437 consequences. For example, assignments such as
438 ``FILES_${PN} = "xyz"`` effectively turn into ``FILES = "xyz"``. 438 ``FILES:${PN} = "xyz"`` effectively turn into ``FILES = "xyz"``.
439 Rename your recipe (or if :term:`PN` is being set explicitly, change the 439 Rename your recipe (or if :term:`PN` is being set explicitly, change the
440 :term:`PN` value) so that the conflict does not occur. See 440 :term:`PN` value) so that the conflict does not occur. See
441 :term:`FILES` for additional information. 441 :term:`FILES` for additional information.