diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 14 |
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 |