diff options
author | Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> | 2016-05-16 15:25:14 +0300 |
---|---|---|
committer | Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> | 2016-05-16 15:25:14 +0300 |
commit | 6b623aab54c59707063529942255b0b3d11cb67a (patch) | |
tree | 8601f3db3baedc6bebde5fb906f4f53307bf4825 | |
parent | cf8622d2f253beeaf6735ada624477237c909379 (diff) | |
download | meta-clang-6b623aab54c59707063529942255b0b3d11cb67a.tar.gz |
clang_git.bb: Add dep on clang-native to clang
Otherwise llvm-tblgen cannot be found if clang happens
to be built before clang-native.
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
-rw-r--r-- | recipes-devtools/clang/clang_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/clang_git.bb b/recipes-devtools/clang/clang_git.bb index 4fc2fa7..9eecebe 100644 --- a/recipes-devtools/clang/clang_git.bb +++ b/recipes-devtools/clang/clang_git.bb | |||
@@ -87,6 +87,7 @@ EXTRA_OEMAKE += "REQUIRES_RTTI=1 VERBOSE=1" | |||
87 | DEPENDS = "zlib libffi libxml2 binutils" | 87 | DEPENDS = "zlib libffi libxml2 binutils" |
88 | DEPENDS_remove_class-nativesdk = "nativesdk-binutils" | 88 | DEPENDS_remove_class-nativesdk = "nativesdk-binutils" |
89 | DEPENDS_append_class-nativesdk = " clang-native " | 89 | DEPENDS_append_class-nativesdk = " clang-native " |
90 | DEPENDS_append_class-target = " clang-native " | ||
90 | 91 | ||
91 | do_configure_prepend() { | 92 | do_configure_prepend() { |
92 | # Remove RPATHs | 93 | # Remove RPATHs |