mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
ref-manual: add mention of DISTUTILS_SETUP_PATH
Add a variable glossary entry and corresponding 3.3 migration section entry for DISTUTILS_SETUP_PATH. (From yocto-docs rev: 0823237e6f4b9dbdf48500b3c1e8cc61696fa2d2) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
34a72cf613
commit
1203d1f24d
@@ -1978,6 +1978,19 @@ system and gives an overview of their function and contents.
|
||||
is included in the default value of
|
||||
:term:`OVERRIDES`.
|
||||
|
||||
:term:`DISTUTILS_SETUP_PATH`
|
||||
When used by recipes that inherit the
|
||||
:ref:`distutils3 <ref-classes-distutils3>` or
|
||||
:ref:`setuptools3 <ref-classes-setuptools3>` class, this variable should
|
||||
be used to specify the directory in which the ``setup.py`` file is
|
||||
located if it is not at the root of the source tree (as specified by
|
||||
:term:`S`). For example, in a recipe where the sources are fetched from
|
||||
a Git repository and ``setup.py`` is in a ``python/pythonmodule``
|
||||
subdirectory, you would have this::
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
DISTUTILS_SETUP_PATH = "${S}/python/pythonmodule"
|
||||
|
||||
:term:`DL_DIR`
|
||||
The central download directory used by the build process to store
|
||||
downloads. By default, ``DL_DIR`` gets files suitable for mirroring
|
||||
|
||||
Reference in New Issue
Block a user