From ba76ff0fdcfeb65501f4af18e7403505f935f6bd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 26 Dec 2019 13:47:47 -0800 Subject: compiler-rt: Depend on libcrypt for sanitizers Signed-off-by: Khem Raj --- recipes-devtools/clang/compiler-rt_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb index 3c0f214..37ae096 100644 --- a/recipes-devtools/clang/compiler-rt_git.bb +++ b/recipes-devtools/clang/compiler-rt_git.bb @@ -19,7 +19,7 @@ TUNE_CCARGS_remove = "-no-integrated-as" INHIBIT_DEFAULT_DEPS = "1" -DEPENDS += "ninja-native clang-cross-${TARGET_ARCH} virtual/${MLPREFIX}libc virtual/${TARGET_PREFIX}compilerlibs" +DEPENDS += "ninja-native clang-cross-${TARGET_ARCH} virtual/${MLPREFIX}libc virtual/${TARGET_PREFIX}compilerlibs virtual/crypt" DEPENDS_append_class-nativesdk = " clang-native" HF = "${@ bb.utils.contains('TUNE_CCARGS_MFLOAT', 'hard', 'hf', '', d)}" -- cgit v1.2.3-54-g00ecf