mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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: 1304b899cd4480f80eaeb6e58d57e87d3d2f6911) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4ba72b6b34
commit
57127f6520
@@ -1464,6 +1464,9 @@ The tests you can list with the :term:`WARN_QA` and
|
|||||||
- ``patch-status:`` Checks that the ``Upstream-Status`` is specified and valid
|
- ``patch-status:`` Checks that the ``Upstream-Status`` is specified and valid
|
||||||
in the headers of patches for recipes.
|
in the headers of patches for recipes.
|
||||||
|
|
||||||
|
- ``pep517-backend:`` checks that a recipe inheriting
|
||||||
|
:ref:`ref-classes-setuptools3` has a PEP517-compliant backend.
|
||||||
|
|
||||||
- ``perllocalpod:`` Checks for ``perllocal.pod`` being erroneously
|
- ``perllocalpod:`` Checks for ``perllocal.pod`` being erroneously
|
||||||
installed and packaged by a recipe.
|
installed and packaged by a recipe.
|
||||||
|
|
||||||
@@ -1478,9 +1481,6 @@ The tests you can list with the :term:`WARN_QA` and
|
|||||||
|
|
||||||
- ``perms:`` Currently, this check is unused but reserved.
|
- ``perms:`` Currently, this check is unused but reserved.
|
||||||
|
|
||||||
- ``pep517-backend:`` checks that a recipe inheriting
|
|
||||||
:ref:`ref-classes-setuptools3` has a PEP517-compliant backend.
|
|
||||||
|
|
||||||
- ``pkgconfig:`` Checks ``.pc`` files for any
|
- ``pkgconfig:`` Checks ``.pc`` files for any
|
||||||
:term:`TMPDIR`/:term:`WORKDIR` paths.
|
:term:`TMPDIR`/:term:`WORKDIR` paths.
|
||||||
Any ``.pc`` file containing these paths is incorrect since
|
Any ``.pc`` file containing these paths is incorrect since
|
||||||
|
|||||||
Reference in New Issue
Block a user