[Buildroot] [git commit] package/llvm-project/llvm-libunwind: depends on host-llvm-cmake

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Jul 27 10:30:32 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=a8079a2b768e2da6c3c68a46eecf9cdee17eacbb
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
- http://autobuild.buildroot.net/results/e3efaa66f1719db48780f7436f66b56c1f76fd82

Signed-off-by: Daniel Lang <dalang at gmx.at>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/llvm-project/llvm-libunwind/llvm-libunwind.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/llvm-project/llvm-libunwind/llvm-libunwind.mk b/package/llvm-project/llvm-libunwind/llvm-libunwind.mk
index be9965a49a..b293c7ccc2 100644
--- a/package/llvm-project/llvm-libunwind/llvm-libunwind.mk
+++ b/package/llvm-project/llvm-libunwind/llvm-libunwind.mk
@@ -11,6 +11,7 @@ LLVM_LIBUNWIND_LICENSE = Apache-2.0 with exceptions
 LLVM_LIBUNWIND_LICENSE_FILES = LICENSE.TXT
 LLVM_LIBUNWIND_SUPPORTS_IN_SOURCE_BUILD = NO
 
+HOST_LLVM_LIBUNWIND_DEPENDENCIES = host-llvm-cmake
 HOST_LLVM_LIBUNWIND_CONF_OPTS += \
 	-DCMAKE_MODULE_PATH="$(HOST_DIR)/lib/cmake/llvm" \
 	-DLIBUNWIND_INSTALL_HEADERS=ON



More information about the buildroot mailing list