Skip to content

Commit

Permalink
opencl-clang: Fix DEPENDS:append
Browse files Browse the repository at this point in the history
Signed-off-by: Zoltán Böszörményi <[email protected]>
  • Loading branch information
zboszor committed Aug 15, 2024
1 parent 9974648 commit 4df4e11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DEPENDS:remove = "clang spirv-llvm-translator"
DEPENDS:append = "clang15 spirv-llvm-translator-llvm15"
DEPENDS:append = " clang15 spirv-llvm-translator-llvm15"

EXTRA_OECMAKE:remove = "-DPREFERRED_LLVM_VERSION=${LLVMVERSION}"
EXTRA_OECMAKE:append = " -DPREFERRED_LLVM_VERSION=${LLVM15VERSION}"

0 comments on commit 4df4e11

Please sign in to comment.