diff options
Diffstat (limited to 'dynamic-layers/clang-layer')
| -rw-r--r-- | dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.33.17675.bb | 5 |
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 | ||
| 47 | SOLIBS = ".so" | ||
| 48 | FILES_SOLIBSDEV = "" | ||
| 49 | |||
| 50 | FILES_${PN} += " \ | 47 | FILES_${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 | ||
| 52 | FILES_${PN}-dev = "${includedir}" | ||
| 53 | |||
| 55 | BBCLASSEXTEND = "native nativesdk" | 54 | BBCLASSEXTEND = "native nativesdk" |
| 56 | 55 | ||
| 57 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 56 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
