From 8c5a5e17484c92f286a26fca45b6db4bddde1f3b Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 27 Sep 2024 14:55:15 +0200 Subject: toolchains: move python to shell defaults ... and drop unneeded duplication as well as wrong expansion variables in "PATH" fields. --- toolchains/CC/foreign/python.TARGETS | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'toolchains/CC/foreign/python.TARGETS') 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"]} } -- cgit v1.2.3