diff options
| author | Khem Raj <raj.khem@gmail.com> | 2016-05-09 09:05:48 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2016-05-09 09:05:48 -0700 |
| commit | 0cb8f56e613d922c5b3b30f2cbc5acd84ab93dd2 (patch) | |
| tree | 857cb792cbea939ec7e76ea9a16109f9d0270c5e /recipes-devtools | |
| parent | 47a7352b8f32d28f985dfd8d9f1ec2a367fd3a02 (diff) | |
| download | meta-clang-0cb8f56e613d922c5b3b30f2cbc5acd84ab93dd2.tar.gz | |
compiler-rt: Add missing dep on libc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools')
| -rw-r--r-- | recipes-devtools/clang/compiler-rt_git.bb | 2 |
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" | |||
| 7 | SECTION = "base" | 7 | SECTION = "base" |
| 8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
| 9 | 9 | ||
| 10 | DEPENDS += "clang-cross-${TARGET_ARCH}" | 10 | DEPENDS += "clang-cross-${TARGET_ARCH} virtual/${TARGET_PREFIX}libc-for-gcc" |
| 11 | 11 | ||
| 12 | require clang.inc | 12 | require clang.inc |
| 13 | 13 | ||
