From 826b12ef16e8624657a211e0c5e5ad02c92e1e19 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 14 Feb 2021 21:05:26 -0800 Subject: libclc: Add dependency on spirv-llvm-translator Signed-off-by: Khem Raj --- recipes-devtools/clang/libclc_git.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-devtools/clang/libclc_git.bb b/recipes-devtools/clang/libclc_git.bb index 3dd8a7b..9525b25 100644 --- a/recipes-devtools/clang/libclc_git.bb +++ b/recipes-devtools/clang/libclc_git.bb @@ -11,9 +11,7 @@ LIC_FILES_CHKSUM = "file://libclc/LICENSE.TXT;md5=7cc795f6cbb2d801d84336b83c8017 inherit cmake pkgconfig python3native qemu -SPIRV_DEP = "${@'spirv-tools spirv-tools-native' if int(d.getVar('MAJOR_VER')) >= 12 else ''}" - -DEPENDS_append = " qemu-native clang ${SPIRV_DEP}" +DEPENDS += "qemu-native clang spirv-tools spirv-llvm-translator spirv-llvm-translator-native ncurses" OECMAKE_SOURCEPATH = "${S}/libclc" -- cgit v1.2.3-54-g00ecf