summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Rozhkov <dmitry.rozhkov@linux.intel.com>2016-05-16 15:25:14 +0300
committerDmitry Rozhkov <dmitry.rozhkov@linux.intel.com>2016-05-16 15:25:14 +0300
commit6b623aab54c59707063529942255b0b3d11cb67a (patch)
tree8601f3db3baedc6bebde5fb906f4f53307bf4825
parentcf8622d2f253beeaf6735ada624477237c909379 (diff)
downloadmeta-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.bb1
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"
87DEPENDS = "zlib libffi libxml2 binutils" 87DEPENDS = "zlib libffi libxml2 binutils"
88DEPENDS_remove_class-nativesdk = "nativesdk-binutils" 88DEPENDS_remove_class-nativesdk = "nativesdk-binutils"
89DEPENDS_append_class-nativesdk = " clang-native " 89DEPENDS_append_class-nativesdk = " clang-native "
90DEPENDS_append_class-target = " clang-native "
90 91
91do_configure_prepend() { 92do_configure_prepend() {
92 # Remove RPATHs 93 # Remove RPATHs