From 5ce6d8a17ba9c5cd45e26782ef6588fbe1b08e8a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 4 Apr 2014 09:14:21 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 4 ++++ 1 file changed, 4 insertions(+) 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" Denotes the Application Binary Interface (ABI) currently in use for Python. By default, the ABI is "m". + You do not have to set this variable as the OpenEmbedded + build system sets it for you. @@ -5763,6 +5765,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" For Python 2.x, PYTHON_PN would be "python2". For Python 3.x, the variable would be "python3". + You do not have to set this variable as the + OpenEmbedded build system automatically sets it for you.