summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst10
1 files changed, 3 insertions, 7 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 725600c0e5..5993182568 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -6030,9 +6030,7 @@ system and gives an overview of their function and contents.
6030 :term:`PYTHON_ABI` 6030 :term:`PYTHON_ABI`
6031 When used by recipes that inherit the 6031 When used by recipes that inherit the
6032 :ref:`distutils3 <ref-classes-distutils3>`, 6032 :ref:`distutils3 <ref-classes-distutils3>`,
6033 :ref:`setuptools3 <ref-classes-setuptools3>`, 6033 :ref:`setuptools3 <ref-classes-setuptools3>` classes, denotes the
6034 :ref:`distutils <ref-classes-distutils>`, or
6035 :ref:`setuptools <ref-classes-setuptools>` classes, denotes the
6036 Application Binary Interface (ABI) currently in use for Python. By 6034 Application Binary Interface (ABI) currently in use for Python. By
6037 default, the ABI is "m". You do not have to set this variable as the 6035 default, the ABI is "m". You do not have to set this variable as the
6038 OpenEmbedded build system sets it for you. 6036 OpenEmbedded build system sets it for you.
@@ -6041,16 +6039,14 @@ system and gives an overview of their function and contents.
6041 names used when installing the Python headers and libraries in 6039 names used when installing the Python headers and libraries in
6042 sysroot (e.g. ``.../python3.3m/...``). 6040 sysroot (e.g. ``.../python3.3m/...``).
6043 6041
6044 Recipes that inherit the ``distutils`` class during cross-builds also 6042 Recipes that inherit the ``distutils3`` class during cross-builds also
6045 use this variable to locate the headers and libraries of the 6043 use this variable to locate the headers and libraries of the
6046 appropriate Python that the extension is targeting. 6044 appropriate Python that the extension is targeting.
6047 6045
6048 :term:`PYTHON_PN` 6046 :term:`PYTHON_PN`
6049 When used by recipes that inherit the 6047 When used by recipes that inherit the
6050 `distutils3 <ref-classes-distutils3>`, 6048 `distutils3 <ref-classes-distutils3>`,
6051 :ref:`setuptools3 <ref-classes-setuptools3>`, 6049 :ref:`setuptools3 <ref-classes-setuptools3>` classes, specifies the
6052 :ref:`distutils <ref-classes-distutils>`, or
6053 :ref:`setuptools <ref-classes-setuptools>` classes, specifies the
6054 major Python version being built. For Python 3.x, ``PYTHON_PN`` would 6050 major Python version being built. For Python 3.x, ``PYTHON_PN`` would
6055 be "python3". You do not have to set this variable as the 6051 be "python3". You do not have to set this variable as the
6056 OpenEmbedded build system automatically sets it for you. 6052 OpenEmbedded build system automatically sets it for you.