summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-02-21 15:02:57 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-24 16:13:29 +0000
commit736ba6823d57ac36a00d7754563617af4284f6e3 (patch)
tree38f5db2c15e8b2ec6d8e6059e44a36221a60798a /documentation
parentbaa7f95aab474c1407ecdc2772d2d1037d2dc9fb (diff)
downloadpoky-736ba6823d57ac36a00d7754563617af4284f6e3.tar.gz
ref-manual: variables: remove PYTHON_PN
PYTHON_PN is on its way out, therefore it's good to remove it from documentation so its use is not promoted anymore. (From yocto-docs rev: 74180c0f6bcdeadbd6f9a69d26f733c716f420fd) Signed-off-by: Khem Raj <raj.khem@gmail.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index f4beecf0d2..a0187a6d47 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -6813,20 +6813,6 @@ system and gives an overview of their function and contents.
6813 names used when installing the Python headers and libraries in 6813 names used when installing the Python headers and libraries in
6814 sysroot (e.g. ``.../python3.3m/...``). 6814 sysroot (e.g. ``.../python3.3m/...``).
6815 6815
6816 :term:`PYTHON_PN`
6817 When used by recipes that inherit the :ref:`ref-classes-setuptools3`
6818 class, specifies the major Python version being built. For Python 3.x,
6819 :term:`PYTHON_PN` would be "python3". You do not have to set this
6820 variable as the OpenEmbedded build system automatically sets it for you.
6821
6822 The variable allows recipes to use common infrastructure such as the
6823 following::
6824
6825 DEPENDS += "${PYTHON_PN}-native"
6826
6827 In the previous example,
6828 the version of the dependency is :term:`PYTHON_PN`.
6829
6830 :term:`QA_EMPTY_DIRS` 6816 :term:`QA_EMPTY_DIRS`
6831 Specifies a list of directories that are expected to be empty when 6817 Specifies a list of directories that are expected to be empty when
6832 packaging; if ``empty-dirs`` appears in :term:`ERROR_QA` or 6818 packaging; if ``empty-dirs`` appears in :term:`ERROR_QA` or