From 0e03d228c95e7693538e951e9179ea7eab83c92c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 27 Dec 2018 18:54:49 -0800 Subject: nativesdk-compiler-rt: Add missing dep on clang-native Signed-off-by: Khem Raj --- recipes-devtools/clang/compiler-rt_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb index 11c8a2d..b598040 100644 --- a/recipes-devtools/clang/compiler-rt_git.bb +++ b/recipes-devtools/clang/compiler-rt_git.bb @@ -20,6 +20,7 @@ BASEDEPENDS_remove_toolchain-clang_class-target = "libcxx" TARGET_CXXFLAGS_remove_toolchain-clang = " -stdlib=libc++ " TUNE_CCARGS_remove = "-no-integrated-as" DEPENDS += "ninja-native" +DEPENDS_append_class-nativesdk = "clang-native" THUMB_TUNE_CCARGS = "" #TUNE_CCARGS += "-nostdlib" -- cgit v1.2.3-54-g00ecf