From 94749d600c974c773800192687cb284a8c35b483 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 21 Aug 2015 14:05:11 -0700 Subject: clang: Enable INHIBIT_DEFAULT_DEPS We need to ignore default deps since we are building clang-native pretty early and it really doesnt need cross compilers dependencies etc. Signed-off-by: Khem Raj --- recipes-devtools/clang/clang_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/clang/clang_git.bb b/recipes-devtools/clang/clang_git.bb index 7986cf6..4db61cf 100644 --- a/recipes-devtools/clang/clang_git.bb +++ b/recipes-devtools/clang/clang_git.bb @@ -22,6 +22,8 @@ SRCREV_clang = "0c0116f5826045008e6627967abe0e9320700e2b" SRCREV_FORMAT = "llvm_clang" +INHIBIT_DEFAULT_DEPS = "1" + S = "${WORKDIR}/git" inherit perlnative pythonnative cmake -- cgit v1.2.3-54-g00ecf