summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-04 09:51:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-08 14:20:14 +0100
commit757344c972a31f2060aefd15c04e7105a2df4329 (patch)
tree67d178dc178cb47ab15db48b8dac34c804812f98 /documentation/ref-manual/ref-variables.xml
parent4644a8833b82d7c59205527efe17c36833fc6fc2 (diff)
downloadpoky-757344c972a31f2060aefd15c04e7105a2df4329.tar.gz
ref-manual: Edits to the PYTHON_ABI and PYTHON_PN variables.
(From yocto-docs rev: e9c4e9ae00ca5e9eafa8eaa89a37da33315b0ec3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml18
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".