diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 81c80f3222..210d15099f 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -5734,8 +5734,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5734 | <glossentry id='var-PYTHON_ABI'><glossterm>PYTHON_ABI</glossterm> | 5734 | <glossentry id='var-PYTHON_ABI'><glossterm>PYTHON_ABI</glossterm> |
5735 | <glossdef> | 5735 | <glossdef> |
5736 | <para> | 5736 | <para> |
5737 | Denotes the Application Binary Interface (ABI) currently | 5737 | When used by recipes that inherit the |
5738 | in use for Python. | 5738 | <link linkend='ref-classes-distutils3'><filename>distutils3</filename></link>, |
5739 | <link linkend='ref-classes-setuptools3'><filename>setuptools3</filename></link>, | ||
5740 | <link linkend='ref-classes-distutils'><filename>distutils</filename></link>, | ||
5741 | or | ||
5742 | <link linkend='ref-classes-setuptools'><filename>setuptools</filename></link> | ||
5743 | classes, denotes the Application Binary Interface (ABI) | ||
5744 | currently in use for Python. | ||
5739 | By default, the ABI is "m". | 5745 | By default, the ABI is "m". |
5740 | You do not have to set this variable as the OpenEmbedded | 5746 | You do not have to set this variable as the OpenEmbedded |
5741 | build system sets it for you. | 5747 | build system sets it for you. |
@@ -5761,7 +5767,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5761 | <glossentry id='var-PYTHON_PN'><glossterm>PYTHON_PN</glossterm> | 5767 | <glossentry id='var-PYTHON_PN'><glossterm>PYTHON_PN</glossterm> |
5762 | <glossdef> | 5768 | <glossdef> |
5763 | <para> | 5769 | <para> |
5764 | Specifies the major Python version being built. | 5770 | When used by recipes that inherit the |
5771 | <link linkend='ref-classes-distutils3'><filename>distutils3</filename></link>, | ||
5772 | <link linkend='ref-classes-setuptools3'><filename>setuptools3</filename></link>, | ||
5773 | <link linkend='ref-classes-distutils'><filename>distutils</filename></link>, | ||
5774 | or | ||
5775 | <link linkend='ref-classes-setuptools'><filename>setuptools</filename></link> | ||
5776 | classes, specifies the major Python version being built. | ||
5765 | For Python 2.x, <filename>PYTHON_PN</filename> would | 5777 | For Python 2.x, <filename>PYTHON_PN</filename> would |
5766 | be "python2". For Python 3.x, the variable would be | 5778 | be "python2". For Python 3.x, the variable would be |
5767 | "python3". | 5779 | "python3". |