From 53d9cdb560c0ce7d4ab78eac205bf47bed70b30e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 8 Feb 2018 08:48:37 -0800 Subject: lld: Add missing dependency on libxml2 Signed-off-by: Khem Raj --- recipes-devtools/clang/lld_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" LICENSE = "MIT | NCSA" SECTION = "devel" -DEPENDS += "clang-native libcxx ninja-native" +DEPENDS += "clang-native libcxx libxml2 ninja-native" require clang.inc require common.inc -- cgit v1.2.3-54-g00ecf