diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-10-14 16:11:44 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-10-29 05:51:03 -0700 |
commit | b1abf5f3b171fa248f9dad8a6c71c80a7786a36f (patch) | |
tree | d6c290d2786bb8962bfdfbcb377202814f488ea6 /documentation | |
parent | 24a08a4d0be28fab73cbcf613dfd0597b65066a5 (diff) | |
download | poky-b1abf5f3b171fa248f9dad8a6c71c80a7786a36f.tar.gz |
ref-manual: fix ordering of insane checks list
It should be before "perllocalpod" and after "patch-status".
Reported-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 96ff6bd571a185b4e2c6174f2cc937994efe4cd5)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 1304b899cd4480f80eaeb6e58d57e87d3d2f6911)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-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 |