Signed-off-by: Zoltán Böszörményi <zbos...@gmail.com> --- .../recipes-opencl/opencl-clang/opencl-clang.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc index 31a3fb21..a085b151 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc +++ b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc @@ -12,18 +12,18 @@ SRC_URI = "git://github.com/intel/opencl-clang.git;branch=${BRANCH};protocol=htt S = "${WORKDIR}/git" inherit cmake -DEPENDS += "clang" +DEPENDS += "clang15" DEPENDS:append:class-target = " opencl-clang-native" COMPATIBLE_HOST = '(x86_64).*-linux' COMPATIBLE_HOST:libc-musl = "null" -DEPENDS += " spirv-llvm-translator" +DEPENDS += " spirv-llvm-translator-llvm15" EXTRA_OECMAKE += "\ -DLLVM_TABLEGEN_EXE=${STAGING_BINDIR_NATIVE}/llvm-tblgen \ -DCMAKE_SKIP_RPATH=TRUE \ - -DPREFERRED_LLVM_VERSION=${LLVMVERSION} \ + -DPREFERRED_LLVM_VERSION=${LLVM15VERSION} \ " do_install:append:class-native() { -- 2.45.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8373): https://lists.yoctoproject.org/g/meta-intel/message/8373 Mute This Topic: https://lists.yoctoproject.org/mt/107665035/21656 Group Owner: meta-intel+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-