summaryrefslogtreecommitdiffstats
path: root/package
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 /package
parentbe0bb26f29238f9c3210e21dd456f09e0d7b63bd (diff)
downloadbuildroot-a54e58e9b2e60935e9baac2989a00e66d0637c46.tar.gz
buildroot-a54e58e9b2e60935e9baac2989a00e66d0637c46.zip
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 'package')
-rw-r--r--package/pkg-python.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/pkg-python.mk b/package/pkg-python.mk
index 8d40a7ca48..e906920417 100644
--- a/package/pkg-python.mk
+++ b/package/pkg-python.mk
@@ -105,9 +105,6 @@ HOST_PKG_PYTHON_SETUPTOOLS_INSTALL_OPTS = \
define inner-python-package
-$(2)_SRCDIR = $$($(2)_DIR)/$$($(2)_SUBDIR)
-$(2)_BUILDDIR = $$($(2)_SRCDIR)
-
$(2)_ENV ?=
$(2)_BUILD_OPTS ?=
$(2)_INSTALL_OPTS ?=
OpenPOWER on IntegriCloud