summaryrefslogtreecommitdiffstats
path: root/rules/pre
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2024-03-05 13:11:01 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2024-03-07 16:24:07 +0100
commitbdaaff029cbd066e7bb0af432fbcdf946673f2d4 (patch)
tree14f133853ea57a0875d5c0234505bc8e5b9ad73c /rules/pre
parent2a5d7cbde0e70f74037c0f9db662cf5b186494d2 (diff)
downloadptxdist-bdaaff029cbd066e7bb0af432fbcdf946673f2d4.tar.gz
ptxdist-bdaaff029cbd066e7bb0af432fbcdf946673f2d4.tar.xz
rules: support host-system-python3-* packages with setup.py
Provide the options with the correct prefix for packages that need to specify it explictly and use them as default when needed. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/pre')
-rw-r--r--rules/pre/Rules.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/pre/Rules.make b/rules/pre/Rules.make
index 59ba5f9dd..f6b190050 100644
--- a/rules/pre/Rules.make
+++ b/rules/pre/Rules.make
@@ -254,6 +254,7 @@ CROSS_QMAKE_OPT := \
CROSS_PYTHON_INSTALL := install --prefix=/usr
HOST_PYTHON_INSTALL := install --prefix=/usr
+HOST_SYSTEM_PYTHON_INSTALL := install --prefix=/usr/lib/system-python3
CROSS_MESON_USR := \
--cross-file '${PTXDIST_MESON_CROSS_FILE}' \