summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-02-08 08:48:37 -0800
committerKhem Raj <raj.khem@gmail.com>2018-02-08 08:48:37 -0800
commit53d9cdb560c0ce7d4ab78eac205bf47bed70b30e (patch)
tree92c0ed3a3571e6e7835246d7675bfaaed0519f24
parentd9420908cfcc0adb21b76bbf78c5a81d5729b564 (diff)
downloadmeta-clang-53d9cdb560c0ce7d4ab78eac205bf47bed70b30e.tar.gz
lld: Add missing dependency on libxml2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-devtools/clang/lld_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/lld_git.bb b/recipes-devtools/clang/lld_git.bb
index 2bc2ee2..f67afbd 100644
--- a/recipes-devtools/clang/lld_git.bb
+++ b/recipes-devtools/clang/lld_git.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "http://lld.llvm.org/"
6LICENSE = "MIT | NCSA" 6LICENSE = "MIT | NCSA"
7SECTION = "devel" 7SECTION = "devel"
8 8
9DEPENDS += "clang-native libcxx ninja-native" 9DEPENDS += "clang-native libcxx libxml2 ninja-native"
10 10
11require clang.inc 11require clang.inc
12require common.inc 12require common.inc