diff options
author | Ross Burton <ross@burtonini.com> | 2022-03-21 15:09:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-31 11:46:03 +0100 |
commit | f4549231b28caff74e0e81ad8f78b7bd116c3677 (patch) | |
tree | d3303f875d096c4f476cfd60260385ced6334203 /documentation/ref-manual/variables.rst | |
parent | 28f244252037be8291e612d072bd4e4c263cb626 (diff) | |
download | poky-f4549231b28caff74e0e81ad8f78b7bd116c3677.tar.gz |
ref-manual: update Python class documentation
Add new PEP517_* variables, remove obsolete variables, and update for
renamed classes.
(From yocto-docs rev: 3984d4d0804125ba6fba7bf712edb81f97b4bec7)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 634f19a673..781cd19765 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5632,6 +5632,11 @@ system and gives an overview of their function and contents. | |||
5632 | 5632 | ||
5633 | :term:`PE` is the default value of the :term:`PKGE` variable. | 5633 | :term:`PE` is the default value of the :term:`PKGE` variable. |
5634 | 5634 | ||
5635 | :term:`PEP517_BUILD_API` | ||
5636 | When used by recipes that inherit the :ref:`python_pep517 | ||
5637 | <ref-classes-python_pep517>` class, specifies the entry point to the | ||
5638 | PEP-517 compliant build API (such as ``flit_core.buildapi``). | ||
5639 | |||
5635 | :term:`PEP517_WHEEL_PATH` | 5640 | :term:`PEP517_WHEEL_PATH` |
5636 | When used by recipes that inherit the | 5641 | When used by recipes that inherit the |
5637 | :ref:`python_pep517 <ref-classes-python_pep517>` class, | 5642 | :ref:`python_pep517 <ref-classes-python_pep517>` class, |
@@ -5644,12 +5649,6 @@ system and gives an overview of their function and contents. | |||
5644 | ``bash-4.2-r1/``). This variable is comprised of the following: | 5649 | ``bash-4.2-r1/``). This variable is comprised of the following: |
5645 | ${:term:`PN`}-${:term:`EXTENDPE`}${:term:`PV`}-${:term:`PR`} | 5650 | ${:term:`PN`}-${:term:`EXTENDPE`}${:term:`PV`}-${:term:`PR`} |
5646 | 5651 | ||
5647 | :term:`PIP_INSTALL_ARGS` | ||
5648 | When used by recipes that inherit the | ||
5649 | :ref:`python_pep517 <ref-classes-python_pep517>` class, | ||
5650 | denotes the arguments passed to ``pip install`` to adjust the | ||
5651 | behavior of how the ``wheel`` is installed. | ||
5652 | |||
5653 | :term:`PIXBUF_PACKAGES` | 5652 | :term:`PIXBUF_PACKAGES` |
5654 | When inheriting the :ref:`pixbufcache <ref-classes-pixbufcache>` | 5653 | When inheriting the :ref:`pixbufcache <ref-classes-pixbufcache>` |
5655 | class, this variable identifies packages that contain the pixbuf | 5654 | class, this variable identifies packages that contain the pixbuf |