diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 1d01456ece..29e5624e95 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1582,6 +1582,12 @@ The tests you can list with the :term:`WARN_QA` and | |||
1582 | This is only relevant when you are using runtime package management | 1582 | This is only relevant when you are using runtime package management |
1583 | on your target system. | 1583 | on your target system. |
1584 | 1584 | ||
1585 | - ``virtual-slash:`` Checks to see if ``virtual/`` is being used in | ||
1586 | :term:`RDEPENDS` or :term:`RPROVIDES`, which is not good practice --- | ||
1587 | ``virtual/`` is a convention intended for use in the build context | ||
1588 | (i.e. :term:`PROVIDES` and :term:`DEPENDS`) rather than the runtime | ||
1589 | context. | ||
1590 | |||
1585 | - ``xorg-driver-abi:`` Checks that all packages containing Xorg | 1591 | - ``xorg-driver-abi:`` Checks that all packages containing Xorg |
1586 | drivers have ABI dependencies. The ``xserver-xorg`` recipe provides | 1592 | drivers have ABI dependencies. The ``xserver-xorg`` recipe provides |
1587 | driver ABI names. All drivers should depend on the ABI versions that | 1593 | driver ABI names. All drivers should depend on the ABI versions that |