summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLionel Orry <lionel.orry@gmail.com>2018-10-11 11:57:54 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-02-06 17:21:29 +0100
commita54e58e9b2e60935e9baac2989a00e66d0637c46 (patch)
treec0d110444cc1c510ac9036cbdc3956bea4524a0b /docs
parentbe0bb26f29238f9c3210e21dd456f09e0d7b63bd (diff)
package/pkg-python: <pkg>_SUBDIR cleanup
No functional change is brought by this modification. This patch: * removes redundant <pkg>_SRCDIR and <pkg>_BUILDDIR declarations (already defined in pkg-generic.mk) * documents the usage of <pkg>_SUBDIR in the python-specific section of the manual. Signed-off-by: Lionel Orry <lionel.orry@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/adding-packages-python.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/manual/adding-packages-python.txt b/docs/manual/adding-packages-python.txt
index 5eb6ba51b1..15137cfd6d 100644
--- a/docs/manual/adding-packages-python.txt
+++ b/docs/manual/adding-packages-python.txt
@@ -113,6 +113,12 @@ optionally be defined, depending on the package's needs. Many of them
are only useful in very specific cases, typical packages will
therefore only use a few of them, or none.
+* +PYTHON_FOO_SUBDIR+ may contain the name of a subdirectory inside the
+ package that contains the main +setup.py+ file. This is useful,
+ if for example, the main +setup.py+ file is not at the root of
+ the tree extracted by the tarball. If +HOST_PYTHON_FOO_SUBDIR+ is not
+ specified, it defaults to +PYTHON_FOO_SUBDIR+.
+
* +PYTHON_FOO_ENV+, to specify additional environment variables to
pass to the Python +setup.py+ script (for both the build and install
steps). Note that the infrastructure is automatically passing