summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.33.17675.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.33.17675.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.33.17675.bb
index b3892a3b..19d52926 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.33.17675.bb
+++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.33.17675.bb
@@ -44,14 +44,13 @@ do_install_append_class-native() {
44 install ${B}/bin/cpp_generate_tool ${D}${bindir}/ 44 install ${B}/bin/cpp_generate_tool ${D}${bindir}/
45} 45}
46 46
47SOLIBS = ".so"
48FILES_SOLIBSDEV = ""
49
50FILES_${PN} += " \ 47FILES_${PN} += " \
51 ${libdir}/intel-opencl/libigdrcl.so \ 48 ${libdir}/intel-opencl/libigdrcl.so \
52 ${libdir}/libocloc.so \ 49 ${libdir}/libocloc.so \
53 " 50 "
54 51
52FILES_${PN}-dev = "${includedir}"
53
55BBCLASSEXTEND = "native nativesdk" 54BBCLASSEXTEND = "native nativesdk"
56 55
57UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 56UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"