diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/classes.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index a715be97dc..b92f4e4f20 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1464,6 +1464,9 @@ The tests you can list with the :term:`WARN_QA` and | |||
1464 | - ``patch-status:`` Checks that the ``Upstream-Status`` is specified and valid | 1464 | - ``patch-status:`` Checks that the ``Upstream-Status`` is specified and valid |
1465 | in the headers of patches for recipes. | 1465 | in the headers of patches for recipes. |
1466 | 1466 | ||
1467 | - ``pep517-backend:`` checks that a recipe inheriting | ||
1468 | :ref:`ref-classes-setuptools3` has a PEP517-compliant backend. | ||
1469 | |||
1467 | - ``perllocalpod:`` Checks for ``perllocal.pod`` being erroneously | 1470 | - ``perllocalpod:`` Checks for ``perllocal.pod`` being erroneously |
1468 | installed and packaged by a recipe. | 1471 | installed and packaged by a recipe. |
1469 | 1472 | ||
@@ -1478,9 +1481,6 @@ The tests you can list with the :term:`WARN_QA` and | |||
1478 | 1481 | ||
1479 | - ``perms:`` Currently, this check is unused but reserved. | 1482 | - ``perms:`` Currently, this check is unused but reserved. |
1480 | 1483 | ||
1481 | - ``pep517-backend:`` checks that a recipe inheriting | ||
1482 | :ref:`ref-classes-setuptools3` has a PEP517-compliant backend. | ||
1483 | |||
1484 | - ``pkgconfig:`` Checks ``.pc`` files for any | 1484 | - ``pkgconfig:`` Checks ``.pc`` files for any |
1485 | :term:`TMPDIR`/:term:`WORKDIR` paths. | 1485 | :term:`TMPDIR`/:term:`WORKDIR` paths. |
1486 | Any ``.pc`` file containing these paths is incorrect since | 1486 | Any ``.pc`` file containing these paths is incorrect since |