summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-06-04 21:46:27 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-06-09 11:20:35 +0200
commit9683eba4b444fc8699b03bfebd45ded8987b525e (patch)
tree3a3e12982870d7cb5c3712b5469659b3debf122c
parent048b4aefcea1d9f51d5543f13d8dd1e386b8e52c (diff)
downloadptxdist-9683eba4b444fc8699b03bfebd45ded8987b525e.tar.gz
ptxdist-9683eba4b444fc8699b03bfebd45ded8987b525e.tar.xz
host-python-setuptools: build with new python helper
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-python-setuptools.make24
1 files changed, 1 insertions, 23 deletions
diff --git a/rules/host-python-setuptools.make b/rules/host-python-setuptools.make
index c6f97e6a4..90bb447dc 100644
--- a/rules/host-python-setuptools.make
+++ b/rules/host-python-setuptools.make
@@ -29,28 +29,6 @@ HOST_PYTHON_SETUPTOOLS_LICENSE := PSF, ZPL
# Prepare
# ----------------------------------------------------------------------------
-HOST_PYTHON_SETUPTOOLS_CONF_TOOL := NO
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-python-setuptools.compile:
- @$(call targetinfo)
- @cd $(HOST_PYTHON_SETUPTOOLS_DIR)/$(HOST_PYTHON_SETUPTOOLS_SUBDIR) && \
- $(HOST_ENV) $(PTXCONF_SYSROOT_HOST)/bin/python$(PYTHON_MAJORMINOR) \
- setup.py build
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-python-setuptools.install:
- @$(call targetinfo)
- @cd $(HOST_PYTHON_SETUPTOOLS_DIR)/$(HOST_PYTHON_SETUPTOOLS_SUBDIR) && \
- $(HOST_ENV) $(PTXCONF_SYSROOT_HOST)/bin/python$(PYTHON_MAJORMINOR) \
- setup.py install --root=$(HOST_PYTHON_SETUPTOOLS_PKGDIR) --prefix=
- @$(call touch)
+HOST_PYTHON_SETUPTOOLS_CONF_TOOL := python
# vim: syntax=make