summaryrefslogtreecommitdiffstats
path: root/rules/python-rplicmp.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-06-04 22:06:19 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-06-09 11:20:37 +0200
commit4f7fffeafd670be93b4fa97205e9a9579a84ce03 (patch)
tree36c0817b833f7aff14185f5bc3e051740341c391 /rules/python-rplicmp.make
parent808eb6412bbcb267e25b97022b660b70e52e0e44 (diff)
downloadptxdist-4f7fffeafd670be93b4fa97205e9a9579a84ce03.tar.gz
ptxdist-4f7fffeafd670be93b4fa97205e9a9579a84ce03.tar.xz
python-rplicmp: build with new python helper
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python-rplicmp.make')
-rw-r--r--rules/python-rplicmp.make25
1 files changed, 1 insertions, 24 deletions
diff --git a/rules/python-rplicmp.make b/rules/python-rplicmp.make
index 139fb6a03..f324b43a7 100644
--- a/rules/python-rplicmp.make
+++ b/rules/python-rplicmp.make
@@ -28,30 +28,7 @@ PYTHON_RPLICMP_DIR := $(BUILDDIR)/$(PYTHON_RPLICMP)
# Prepare
# ----------------------------------------------------------------------------
-PYTHON_RPLICMP_CONF_TOOL := NO
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/python-rplicmp.compile:
- @$(call targetinfo)
- @cd $(PYTHON_RPLICMP_DIR) && \
- $(CROSS_ENV) $(CROSS_CC) -Wall -pedantic -lcap -c -fPIC -o caplib.o caplib.c && \
- $(CROSS_ENV) $(CROSS_CC) -Wall -pedantic -lcap -c -fPIC -o icmplib.o icmplib.c && \
- $(CROSS_ENV) $(CROSS_PYTHON) setup.py build_ext
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/python-rplicmp.install:
- @$(call targetinfo)
- @cd $(PYTHON_RPLICMP_DIR) && \
- $(CROSS_ENV) $(CROSS_PYTHON) \
- setup.py install --root=$(PYTHON_RPLICMP_PKGDIR) --prefix="/usr"
- @$(call touch)
+PYTHON_RPLICMP_CONF_TOOL := python
# ----------------------------------------------------------------------------
# Target-Install