diff mbox series

docs: Remove PYTHON_PN from reference

Message ID 20240221230257.3551066-1-raj.khem@gmail.com
State New
Headers show
Series docs: Remove PYTHON_PN from reference | expand

Commit Message

Khem Raj Feb. 21, 2024, 11:02 p.m. UTC
PYTHON_PN is on its way out, therefore its good to remove it from
documentation so its used is not promoted anymore.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 documentation/ref-manual/variables.rst | 14 --------------
 1 file changed, 14 deletions(-)

Comments

Michael Opdenacker Feb. 22, 2024, 12:57 p.m. UTC | #1
Hi Khem,

On 2/22/24 at 00:02, Khem Raj wrote:
> PYTHON_PN is on its way out, therefore its good to remove it from
> documentation so its used is not promoted anymore.
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>   documentation/ref-manual/variables.rst | 14 --------------
>   1 file changed, 14 deletions(-)

Thanks for the patch. Indeed, it's been completely removed recently.
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Merged into master-next.

Cheers
Michael.
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 6f7d6ff01ee..b319753445b 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