From 7933fd19fe1df357df0532d3983c10d014e8d5f6 Mon Sep 17 00:00:00 2001 From: Adam Romanek Date: Fri, 4 Jan 2019 08:18:31 +0100 Subject: compiler-rt: Fix unintended dependencies concatenation The error message was: >> Nothing PROVIDES 'ninja-nativeclang-native' (but virtual:nativesdk:/media/storage/romanek-adam/build-2018-12-17-clang/workspace/meta-clang/recipes-devtools/clang/compiler-rt_git.bb DEPENDS on or otherwise requires it) --- 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 b598040..f9eba8e 100644 --- a/recipes-devtools/clang/compiler-rt_git.bb +++ b/recipes-devtools/clang/compiler-rt_git.bb @@ -20,7 +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" +DEPENDS_append_class-nativesdk = " clang-native" THUMB_TUNE_CCARGS = "" #TUNE_CCARGS += "-nostdlib" -- cgit v1.2.3-54-g00ecf