summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_14.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_14.0.0.bb')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_14.0.0.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_14.0.0.bb b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_14.0.0.bb
index a590b38d..a36bd53b 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_14.0.0.bb
+++ b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_14.0.0.bb
@@ -1,8 +1,6 @@
1require opencl-clang.inc 1require opencl-clang.inc
2 2
3SRC_URI:append = " file://0001-don-t-redefine-LLVM_TABLEGEN_EXE.patch \ 3SRCREV = "cf95b338d14685e4f3402ab1828bef31d48f1fd6"
4 "
5SRCREV = "06c7c0d7f5cbd13810d79489a533fa6c5b6c7d9f"
6 4
7BRANCH = "ocl-open-140" 5BRANCH = "ocl-open-140"
8 6
@@ -16,5 +14,5 @@ EXTRA_OECMAKE += "\
16 14
17do_install:append:class-native() { 15do_install:append:class-native() {
18 install -d ${D}${bindir} 16 install -d ${D}${bindir}
19 install -m 0755 ${B}/linux_linker/linux_resource_linker ${D}${bindir}/ 17 install -m 0755 ${B}/bin/linux_resource_linker ${D}${bindir}/
20} 18}