diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-10-09 09:41:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 17:05:04 +0100 |
commit | c772c2b2787862a6c65e87d4b3a25d7c52c91b51 (patch) | |
tree | 2eefb85d85a0308abc70cb303fb3706cb34a9136 /documentation/ref-manual | |
parent | 118fce004d0aab378fa4f3cec72003d86451f0e8 (diff) | |
download | poky-c772c2b2787862a6c65e87d4b3a25d7c52c91b51.tar.gz |
ref-manual: add mission pep517-backend sanity check
New sanity check to check for PEP517-backend compliance.
(From yocto-docs rev: 24e5bbeefe989e22ecdf5e86f48432e437330cc2)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/classes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index cdfd1f7e31..a715be97dc 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1478,6 +1478,9 @@ The tests you can list with the :term:`WARN_QA` and | |||
1478 | 1478 | ||
1479 | - ``perms:`` Currently, this check is unused but reserved. | 1479 | - ``perms:`` Currently, this check is unused but reserved. |
1480 | 1480 | ||
1481 | - ``pep517-backend:`` checks that a recipe inheriting | ||
1482 | :ref:`ref-classes-setuptools3` has a PEP517-compliant backend. | ||
1483 | |||
1481 | - ``pkgconfig:`` Checks ``.pc`` files for any | 1484 | - ``pkgconfig:`` Checks ``.pc`` files for any |
1482 | :term:`TMPDIR`/:term:`WORKDIR` paths. | 1485 | :term:`TMPDIR`/:term:`WORKDIR` paths. |
1483 | Any ``.pc`` file containing these paths is incorrect since | 1486 | Any ``.pc`` file containing these paths is incorrect since |