summaryrefslogtreecommitdiffstats
path: root/rules/host-python3-shiboken.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-07-13 12:05:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-07-16 13:33:57 +0200
commit3babd044d7d6ed274b324403dc1e3484ff62a742 (patch)
tree2c60739ed92eb5265add514b1a34b898a4adc49b /rules/host-python3-shiboken.make
parent0f9e9118d381be7bf38b8cf0bb0cd8af637248c9 (diff)
downloadptxdist-3babd044d7d6ed274b324403dc1e3484ff62a742.tar.gz
ptxdist-3babd044d7d6ed274b324403dc1e3484ff62a742.tar.xz
rules: used PTXDIST_SYSROOT_* instead of PTXCONF_SYSROOT_*
The value should be the same. Always use PTXDIST_SYSROOT_* for consistency. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-python3-shiboken.make')
-rw-r--r--rules/host-python3-shiboken.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/host-python3-shiboken.make b/rules/host-python3-shiboken.make
index 57f643990..2daeaba4b 100644
--- a/rules/host-python3-shiboken.make
+++ b/rules/host-python3-shiboken.make
@@ -37,17 +37,17 @@ HOST_PYTHON3_SHIBOKEN_CONF_OPT = \
$(STATEDIR)/host-python3-shiboken.install:
@$(call targetinfo)
@$(call world/install, HOST_PYTHON3_SHIBOKEN)
- @sed -i -e 's,"$(PTXCONF_SYSROOT_HOST),",g' \
+ @sed -i -e 's,"$(PTXDIST_SYSROOT_HOST),",g' \
$(HOST_PYTHON3_SHIBOKEN_PKGDIR)/lib/cmake/Shiboken-$(PYTHON3_SHIBOKEN_VERSION)/ShibokenConfig.cpython-*.cmake
@$(call touch)
$(STATEDIR)/host-python3-shiboken.install.post:
@$(call targetinfo)
@$(call world/install.post, HOST_PYTHON3_SHIBOKEN)
- @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' \
- $(PTXCONF_SYSROOT_HOST)/lib/cmake/Shiboken-$(PYTHON3_SHIBOKEN_VERSION)/ShibokenConfig.cpython-*.cmake
+ @sed -i -e 's,(/,($(PTXDIST_SYSROOT_HOST)/,g' \
+ '$(PTXDIST_SYSROOT_HOST)/lib/cmake/Shiboken-$(PYTHON3_SHIBOKEN_VERSION)/ShibokenConfig.cmake'
+ @sed -i -e 's,"/,"$(PTXDIST_SYSROOT_HOST)/,g' \
+ $(PTXDIST_SYSROOT_HOST)/lib/cmake/Shiboken-$(PYTHON3_SHIBOKEN_VERSION)/ShibokenConfig.cpython-*.cmake
@$(call touch)
# vim: syntax=make