diff options
author | Ariel D'Alessandro <ariel.dalessandro@collabora.com> | 2025-07-22 10:09:07 -0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-22 13:26:26 -0700 |
commit | 76596813cd0061bd9818a80926e6900af61fcaa0 (patch) | |
tree | 02e8f1efd2fc5207724607193191d369e250fdba /classes/clang.bbclass | |
parent | 65da70e6ba202b7582b2a3d0cb1fdfa54c9fd55d (diff) | |
download | meta-clang-76596813cd0061bd9818a80926e6900af61fcaa0.tar.gz |
Revert "recipes: Update to match OE-Core virtual/cross-* changes"scarthgap-clang20
This reverts commit 0ea2df0462edc0c01e787b6ee6c0e20cd6a42fc7.
[Backport: match OE-Core machanism in scarthgap]
Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
Diffstat (limited to 'classes/clang.bbclass')
-rw-r--r-- | classes/clang.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/clang.bbclass b/classes/clang.bbclass index 0671ef6..f9057eb 100644 --- a/classes/clang.bbclass +++ b/classes/clang.bbclass | |||
@@ -133,7 +133,7 @@ def clang_base_deps(d): | |||
133 | elif (d.getVar('LIBCPLUSPLUS').find('-stdlib=libc++') != -1): | 133 | elif (d.getVar('LIBCPLUSPLUS').find('-stdlib=libc++') != -1): |
134 | ret += " libcxx " | 134 | ret += " libcxx " |
135 | else: | 135 | else: |
136 | ret += " virtual/${MLPREFIX}compilerlibs " | 136 | ret += " virtual/${TARGET_PREFIX}compilerlibs " |
137 | return ret | 137 | return ret |
138 | return "" | 138 | return "" |
139 | 139 | ||