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