summaryrefslogtreecommitdiffstats
path: root/rules/host-python3-shiboken.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-06-12 21:33:49 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-06-12 21:34:27 +0200
commitddc2537a4e077f50fcf0b6371c90f5b525367224 (patch)
treec2a27e4c08a8ed6897e1be5b4e37c83673c6672d /rules/host-python3-shiboken.make
parent78989b3fcf84b9600aa8d557e6191577261aaa6f (diff)
downloadptxdist-ddc2537a4e077f50fcf0b6371c90f5b525367224.tar.gz
ptxdist-ddc2537a4e077f50fcf0b6371c90f5b525367224.tar.xz
host-python3-shiboken: replace path in sysroot not pkgdir
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-python3-shiboken.make')
-rw-r--r--rules/host-python3-shiboken.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-python3-shiboken.make b/rules/host-python3-shiboken.make
index 6363c1157..9691512b1 100644
--- a/rules/host-python3-shiboken.make
+++ b/rules/host-python3-shiboken.make
@@ -49,7 +49,7 @@ $(STATEDIR)/host-python3-shiboken.install.post:
@sed -i -e 's,(/,($(PTXCONF_SYSROOT_HOST)/,g' \
'$(PTXCONF_SYSROOT_HOST)/lib/cmake/Shiboken-$(PYTHON3_SHIBOKEN_VERSION)/ShibokenConfig.cmake'
@sed -i -e 's,"/,"$(PTXCONF_SYSROOT_HOST)/,g' \
- $(HOST_PYTHON3_SHIBOKEN_PKGDIR)/lib/cmake/Shiboken-$(PYTHON3_SHIBOKEN_VERSION)/ShibokenConfig.cpython-*.cmake
+ $(PTXCONF_SYSROOT_HOST)/lib/cmake/Shiboken-$(PYTHON3_SHIBOKEN_VERSION)/ShibokenConfig.cpython-*.cmake
@$(call touch)
# vim: syntax=make