summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-05-09 09:05:48 -0700
committerKhem Raj <raj.khem@gmail.com>2016-05-09 09:05:48 -0700
commit0cb8f56e613d922c5b3b30f2cbc5acd84ab93dd2 (patch)
tree857cb792cbea939ec7e76ea9a16109f9d0270c5e
parent47a7352b8f32d28f985dfd8d9f1ec2a367fd3a02 (diff)
downloadmeta-clang-0cb8f56e613d922c5b3b30f2cbc5acd84ab93dd2.tar.gz
compiler-rt: Add missing dep on libc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-devtools/clang/compiler-rt_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb
index 09ef62a..6e13bdd 100644
--- a/recipes-devtools/clang/compiler-rt_git.bb
+++ b/recipes-devtools/clang/compiler-rt_git.bb
@@ -7,7 +7,7 @@ LICENSE = "MIT | NCSA"
7SECTION = "base" 7SECTION = "base"
8INHIBIT_DEFAULT_DEPS = "1" 8INHIBIT_DEFAULT_DEPS = "1"
9 9
10DEPENDS += "clang-cross-${TARGET_ARCH}" 10DEPENDS += "clang-cross-${TARGET_ARCH} virtual/${TARGET_PREFIX}libc-for-gcc"
11 11
12require clang.inc 12require clang.inc
13 13