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/busybox.TARGETS | 8 -------- 1 file changed, 8 deletions(-) (limited to 'toolchains/CC/foreign/busybox.TARGETS') diff --git a/toolchains/CC/foreign/busybox.TARGETS b/toolchains/CC/foreign/busybox.TARGETS index da37c1a..3559b47 100644 --- a/toolchains/CC/foreign/busybox.TARGETS +++ b/toolchains/CC/foreign/busybox.TARGETS @@ -7,13 +7,5 @@ , "defaults (unexported)": { "type": ["@", "rules", "CC/foreign", "defaults"] , "toolchain": ["staged-busybox"] - , "PATH": - [ "$(TOOLCHAIN)/busybox/bin" - , "$(TOOLCHAIN)/busybox/sbin" - , "$(TOOLCHAIN)/busybox/usr/bin" - , "$(TOOLCHAIN)/busybox/usr/sbin" - ] } -, "staged-busybox": - {"type": "install", "dirs": [[["", "toolchain"], "busybox"]]} } -- cgit v1.2.3