diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 60423d8533..a6dafe8f90 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1040,6 +1040,11 @@ Here are the tests you can list with the :term:`WARN_QA` and | |||
1040 | cases, such as dynamically loaded modules, these symlinks | 1040 | cases, such as dynamically loaded modules, these symlinks |
1041 | are needed instead in the main package. | 1041 | are needed instead in the main package. |
1042 | 1042 | ||
1043 | - ``empty-dirs:`` Checks that packages are not installing files to | ||
1044 | directories that are normally expected to be empty (such as ``/tmp``) | ||
1045 | The list of directories that are checked is specified by the | ||
1046 | :term:`QA_EMPTY_DIRS` variable. | ||
1047 | |||
1043 | - ``file-rdeps:`` Checks that file-level dependencies identified by | 1048 | - ``file-rdeps:`` Checks that file-level dependencies identified by |
1044 | the OpenEmbedded build system at packaging time are satisfied. For | 1049 | the OpenEmbedded build system at packaging time are satisfied. For |
1045 | example, a shell script might start with the line ``#!/bin/bash``. | 1050 | example, a shell script might start with the line ``#!/bin/bash``. |