summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-21 22:08:49 +0000
committerKhem Raj <raj.khem@gmail.com>2025-01-21 20:14:14 -0800
commit0ea2df0462edc0c01e787b6ee6c0e20cd6a42fc7 (patch)
tree6edbb2b01270bdd7a0a15cee2dc9f11292108d28 /recipes-core
parent92e322d797e7945425103d76289a5fc3a2b43ace (diff)
downloadmeta-clang-0ea2df0462edc0c01e787b6ee6c0e20cd6a42fc7.tar.gz
recipes: Update to match OE-Core virtual/cross-* changes
Update meta-clang to match OE-Core changes to use recipe specific virtual providers (without yet switching to the new switching mechanism). Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/musl/musl_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/musl/musl_%.bbappend b/recipes-core/musl/musl_%.bbappend
index 5140968..0315be3 100644
--- a/recipes-core/musl/musl_%.bbappend
+++ b/recipes-core/musl/musl_%.bbappend
@@ -1,5 +1,5 @@
1DEPENDS:append:toolchain-clang = " clang-cross-${TARGET_ARCH}" 1DEPENDS:append:toolchain-clang = " clang-cross-${TARGET_ARCH}"
2DEPENDS:remove:toolchain-clang = "virtual/${TARGET_PREFIX}gcc" 2DEPENDS:remove:toolchain-clang = "virtual/cross-cc"
3TOOLCHAIN:x86-x32 = "gcc" 3TOOLCHAIN:x86-x32 = "gcc"
4 4
5# crashes seen in malloc@plt 5# crashes seen in malloc@plt