summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-06-04 21:46:55 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-06-09 11:20:36 +0200
commit280faabeb6023888c4ecdb5df125221bf5d5035a (patch)
tree5c630abe3cda73e2cb15b56207ce01e4ed1b2e6e
parent4f65e78597a846e7ebba7a87bf4dfcc136b47e5c (diff)
downloadptxdist-280faabeb6023888c4ecdb5df125221bf5d5035a.tar.gz
ptxdist-280faabeb6023888c4ecdb5df125221bf5d5035a.tar.xz
python-protobuf: build with new python helper
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/python-protobuf.make24
1 files changed, 1 insertions, 23 deletions
diff --git a/rules/python-protobuf.make b/rules/python-protobuf.make
index 9d883c661..33ae1723f 100644
--- a/rules/python-protobuf.make
+++ b/rules/python-protobuf.make
@@ -30,29 +30,7 @@ PYTHON_PROTOBUF_LICENSE = $(PROTOBUF_LICENSE)
# Prepare
# ----------------------------------------------------------------------------
-PYTHON_PROTOBUF_CONF_TOOL := NO
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/python-protobuf.compile:
- @$(call targetinfo)
- @cd $(PYTHON_PROTOBUF_DIR)/$(PYTHON_PROTOBUF_SUBDIR) && \
- $(CROSS_ENV) $(CROSS_PYTHON) \
- setup.py build
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/python-protobuf.install:
- @$(call targetinfo)
- @cd $(PYTHON_PROTOBUF_DIR)/$(PYTHON_PROTOBUF_SUBDIR) && \
- $(CROSS_ENV) $(CROSS_PYTHON) \
- setup.py install --root=$(PYTHON_PROTOBUF_PKGDIR) --prefix="/usr"
- @$(call touch)
+PYTHON_PROTOBUF_CONF_TOOL := python
# ----------------------------------------------------------------------------
# Target-Install