diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-04 09:14:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-08 14:20:13 +0100 |
commit | 5ce6d8a17ba9c5cd45e26782ef6588fbe1b08e8a (patch) | |
tree | 4d04438edd62cc989d8e3f670422ac211e7959b8 /documentation | |
parent | 4db0d5f563ea7673c5e25fc76fefc268c0b68449 (diff) | |
download | poky-5ce6d8a17ba9c5cd45e26782ef6588fbe1b08e8a.tar.gz |
ref-manual: Updates to PYTHON_ABI and PYTHON_PN variables.
Turns out that the user does not set these variables.
(From yocto-docs rev: b016906dad7e3d7856935e83e5c9b09cfa399caa)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index cc2a64d807..81c80f3222 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -5737,6 +5737,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5737 | Denotes the Application Binary Interface (ABI) currently | 5737 | Denotes the Application Binary Interface (ABI) currently |
5738 | in use for Python. | 5738 | in use for Python. |
5739 | By default, the ABI is "m". | 5739 | By default, the ABI is "m". |
5740 | You do not have to set this variable as the OpenEmbedded | ||
5741 | build system sets it for you. | ||
5740 | </para> | 5742 | </para> |
5741 | 5743 | ||
5742 | <para> | 5744 | <para> |
@@ -5763,6 +5765,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5763 | For Python 2.x, <filename>PYTHON_PN</filename> would | 5765 | For Python 2.x, <filename>PYTHON_PN</filename> would |
5764 | be "python2". For Python 3.x, the variable would be | 5766 | be "python2". For Python 3.x, the variable would be |
5765 | "python3". | 5767 | "python3". |
5768 | You do not have to set this variable as the | ||
5769 | OpenEmbedded build system automatically sets it for you. | ||
5766 | </para> | 5770 | </para> |
5767 | 5771 | ||
5768 | <para> | 5772 | <para> |