summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2022-10-07 10:54:20 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-19 17:32:57 +0100
commitaf3beeecfbce858669065f2e9b67db597e922c15 (patch)
tree9476a309919bc731953e30feb9f6850b852dd552 /documentation/ref-manual/variables.rst
parent9dd5d8d1adfaf2d8e4b9f0221ff95a88d5279396 (diff)
downloadpoky-af3beeecfbce858669065f2e9b67db597e922c15.tar.gz
ref-manual: add pypi class
Add missing documentation for the pypi class. (From yocto-docs rev: d387ca891ad3a7d00ec3cb5f994dc5832c885d54) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.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.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 067f8eed63..2685c61219 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -6177,6 +6177,14 @@ system and gives an overview of their function and contents.
6177 6177
6178 :term:`PV` is the default value of the :term:`PKGV` variable. 6178 :term:`PV` is the default value of the :term:`PKGV` variable.
6179 6179
6180 :term:`PYPI_PACKAGE`
6181 When inheriting the :ref:`pypi <ref-classes-pypi>` class, specifies the
6182 `PyPI <https://pypi.org/>`__ package name to be built. The default value
6183 is set based upon :term:`BPN` (stripping any "python-" or "python3-"
6184 prefix off if present), however for some packages it will need to be set
6185 explicitly if that will not match the package name (e.g. where the
6186 package name has a prefix, underscores, uppercase letters etc.)
6187
6180 :term:`PYTHON_ABI` 6188 :term:`PYTHON_ABI`
6181 When used by recipes that inherit the 6189 When used by recipes that inherit the
6182 :ref:`setuptools3 <ref-classes-setuptools3>` class, denotes the 6190 :ref:`setuptools3 <ref-classes-setuptools3>` class, denotes the