mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
be0bb26f29
commit
a54e58e9b2
@@ -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 ?=
|
||||
|
||||
Reference in New Issue
Block a user