1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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>
This commit is contained in:
Khem Raj
2024-02-21 15:02:57 -08:00
committed by Richard Purdie
parent baa7f95aab
commit 736ba6823d
-14
View File
@@ -6813,20 +6813,6 @@ system and gives an overview of their function and contents.
names used when installing the Python headers and libraries in
sysroot (e.g. ``.../python3.3m/...``).
:term:`PYTHON_PN`
When used by recipes that inherit the :ref:`ref-classes-setuptools3`
class, specifies the major Python version being built. For Python 3.x,
:term:`PYTHON_PN` would be "python3". You do not have to set this
variable as the OpenEmbedded build system automatically sets it for you.
The variable allows recipes to use common infrastructure such as the
following::
DEPENDS += "${PYTHON_PN}-native"
In the previous example,
the version of the dependency is :term:`PYTHON_PN`.
:term:`QA_EMPTY_DIRS`
Specifies a list of directories that are expected to be empty when
packaging; if ``empty-dirs`` appears in :term:`ERROR_QA` or