From 0ea2df0462edc0c01e787b6ee6c0e20cd6a42fc7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 21 Jan 2025 22:08:49 +0000 Subject: 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 --- classes/clang.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/clang.bbclass') diff --git a/classes/clang.bbclass b/classes/clang.bbclass index c43eed8..e9571ce 100644 --- a/classes/clang.bbclass +++ b/classes/clang.bbclass @@ -132,7 +132,7 @@ def clang_base_deps(d): elif (d.getVar('LIBCPLUSPLUS').find('-stdlib=libc++') != -1): ret += " libcxx " else: - ret += " virtual/${TARGET_PREFIX}compilerlibs " + ret += " virtual/${MLPREFIX}compilerlibs " return ret return "" -- cgit v1.2.3-54-g00ecf