From da03514ffb56a102663a8fef906e8986f3e76956 Mon Sep 17 00:00:00 2001 From: Mamta Shukla Date: Thu, 8 Sep 2022 13:31:38 +0000 Subject: compiler-rt-sanitizer: fix nativesdk-compiler-rt-sanitizers build Signed-off-by: Mamta Shukla (cherry picked from commit 8e53d8f91b0afd9d9076c5e052297cfd5d494db6) --- recipes-devtools/clang/compiler-rt-sanitizers_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb index 21c5e16..50a8cb7 100644 --- a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb +++ b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb @@ -17,7 +17,7 @@ TUNE_CCARGS:remove = "-no-integrated-as" DEPENDS += "ninja-native virtual/crypt" DEPENDS:append:class-native = " clang-native libxcrypt-native" -DEPENDS:append:class-nativesdk = " clang-native nativesdk-libxcrypt" +DEPENDS:append:class-nativesdk = " clang-native clang-crosssdk-${SDK_ARCH} nativesdk-libxcrypt" PACKAGECONFIG ??= "" PACKAGECONFIG[crt] = "-DCOMPILER_RT_BUILD_CRT:BOOL=ON,-DCOMPILER_RT_BUILD_CRT:BOOL=OFF" -- cgit v1.2.3-54-g00ecf