summaryrefslogtreecommitdiffstats
path: root/rules/host-python3.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-04-22 15:12:31 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-23 13:52:55 +0200
commit744be6bdd5215e9143c9b17309223b9f735dec59 (patch)
tree21016839adec1e97f3d4c003602c2f8955d5a7af /rules/host-python3.make
parentcc3026db18bbfb63e5ebdfb3eb8a516defdfde7a (diff)
downloadptxdist-744be6bdd5215e9143c9b17309223b9f735dec59.tar.gz
ptxdist-744be6bdd5215e9143c9b17309223b9f735dec59.tar.xz
[host-python3] install to pkgdir
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-python3.make')
-rw-r--r--rules/host-python3.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/host-python3.make b/rules/host-python3.make
index d9d01fcd9..e4f36667d 100644
--- a/rules/host-python3.make
+++ b/rules/host-python3.make
@@ -46,7 +46,7 @@ HOST_PYTHON3_AUTOCONF := \
$(STATEDIR)/host-python3.install:
@$(call targetinfo)
@$(call install, HOST_PYTHON3,,h)
- install -m 0755 $(HOST_PYTHON3_DIR)/Parser/pgen $(PTXCONF_SYSROOT_HOST)/bin
+ install -m 0755 $(HOST_PYTHON3_DIR)/Parser/pgen $(HOST_PYTHON3_PKGDIR)/bin
#
# remove "python" so that it doesn't interfere with the build
# machine's python
@@ -55,8 +55,8 @@ $(STATEDIR)/host-python3.install:
# python-$(PYTHON3_MAJORMINOR)
#
@rm -v \
- "$(PTXCONF_SYSROOT_HOST)/bin/python3" \
- "$(PTXCONF_SYSROOT_HOST)/bin/python3-config"
+ "$(HOST_PYTHON3_PKGDIR)/bin/python3" \
+ "$(HOST_PYTHON3_PKGDIR)/bin/python3-config"
@$(call touch)
# vim: syntax=make