summaryrefslogtreecommitdiff
path: root/toolchains/CC/foreign/python.TARGETS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-09-27 14:55:15 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-09-27 15:57:24 +0200
commit8c5a5e17484c92f286a26fca45b6db4bddde1f3b (patch)
tree73c4e5fe3bede48cc1dd99f66cc98ec39e7a8df2 /toolchains/CC/foreign/python.TARGETS
parentaa079bbb57c26abafb29dde57508b3ce9d0567b6 (diff)
downloadbootstrappable-toolchain-8c5a5e17484c92f286a26fca45b6db4bddde1f3b.tar.gz
toolchains: move python to shell defaults
... and drop unneeded duplication as well as wrong expansion variables in "PATH" fields.
Diffstat (limited to 'toolchains/CC/foreign/python.TARGETS')
-rw-r--r--toolchains/CC/foreign/python.TARGETS7
1 files changed, 1 insertions, 6 deletions
diff --git a/toolchains/CC/foreign/python.TARGETS b/toolchains/CC/foreign/python.TARGETS
index 143cc14..97c0518 100644
--- a/toolchains/CC/foreign/python.TARGETS
+++ b/toolchains/CC/foreign/python.TARGETS
@@ -4,10 +4,5 @@
, "flexible_config":
["ARCH", "ENV", "HOST_ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG"]
}
-, "defaults (unexported)":
- { "type": ["@", "rules", "CC/foreign", "defaults"]
- , "toolchain": ["staged-python"]
- , "PATH": ["$(TOOLCHAIN)/python/usr/bin"]
- }
-, "staged-python": {"type": "install", "dirs": [[["", "toolchain"], "python"]]}
+, "defaults (unexported)": {"type": ["@", "rules", "CC/foreign", "defaults"]}
}