Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2 1/3] classes/toolchain/clang: compiler-rt and libcxx are not target-specific
@ 2025-07-29 12:24 Ross Burton
  2025-07-29 12:24 ` [PATCH v2 2/3] clang-cross: trim the recipe Ross Burton
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ross Burton @ 2025-07-29 12:24 UTC (permalink / raw)
  To: openembedded-core

This file can be used for nativesdk builds, which if they are using the
clang toolchain will also need compiler-rt and libcxx.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/classes/toolchain/clang.bbclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/classes/toolchain/clang.bbclass b/meta/classes/toolchain/clang.bbclass
index b6ba1fde6fc..f422a01988f 100644
--- a/meta/classes/toolchain/clang.bbclass
+++ b/meta/classes/toolchain/clang.bbclass
@@ -26,8 +26,7 @@ PREFERRED_PROVIDER_virtual/nativesdk-cross-c++:class-crosssdk = "clang-crosssdk-
 PREFERRED_PROVIDER_virtual/nativesdk-cross-cc:class-cross-canadian = "clang-crosssdk-${SDK_SYS}"
 PREFERRED_PROVIDER_virtual/nativesdk-cross-c++:class-cross-canadian = "clang-crosssdk-${SDK_SYS}"
 
-
-BASE_DEFAULT_DEPS:append:class-target = " compiler-rt libcxx"
+BASE_DEFAULT_DEPS:append = " compiler-rt libcxx"
 
 TUNE_CCARGS += "${@bb.utils.contains("DISTRO_FEATURES", "usrmerge", " --dyld-prefix=/usr", "", d)}"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-07-30  7:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-29 12:24 [PATCH v2 1/3] classes/toolchain/clang: compiler-rt and libcxx are not target-specific Ross Burton
2025-07-29 12:24 ` [PATCH v2 2/3] clang-cross: trim the recipe Ross Burton
2025-07-29 12:32   ` Patchtest results for " patchtest
2025-07-29 12:24 ` [PATCH v2 3/3] clang: split lld into a separate lld recipe Ross Burton
2025-07-29 12:32   ` Patchtest results for " patchtest
2025-07-30  7:05 ` [OE-core] [PATCH v2 1/3] classes/toolchain/clang: compiler-rt and libcxx are not target-specific Mathieu Dubois-Briand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox