From 736ba6823d57ac36a00d7754563617af4284f6e3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 21 Feb 2024 15:02:57 -0800 Subject: 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 Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'documentation') 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. 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 -- cgit v1.2.3-54-g00ecf