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.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst
index 3364311219..8c475d0f72 100644
--- a/documentation/ref-manual/qa-checks.rst
+++ b/documentation/ref-manual/qa-checks.rst
@@ -154,7 +154,16 @@ Errors and Warnings
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.. _qa-check-empty-dirs:
158
159- ``<packagename> installs files in <path>, but it is expected to be empty [empty-dirs]``
160
161 The specified package is installing files into a directory that is
162 normally expected to be empty (such as ``/tmp``). These files may
163 be more appropriately installed to a different location, or
164 perhaps alternatively not installed at all, usually by updating the
165 ``do_install`` task/function.
166
158.. _qa-check-arch: 167.. _qa-check-arch:
159 168
160- ``Architecture did not match (<file_arch>, expected <machine_arch>) in <file> [arch]`` 169- ``Architecture did not match (<file_arch>, expected <machine_arch>) in <file> [arch]``