From a611a92e75eee971af064043fff1c4626d89885d Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Fri, 11 Sep 2020 15:30:05 +0800 Subject: intel-compute-runtime: fix packaging Make sure that level zero driver is also packaged properly and -dev only gets the headers. Signed-off-by: Anuj Mittal --- .../compute-runtime/intel-compute-runtime_20.33.17675.bb | 5 ++--- 1 file 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() { install ${B}/bin/cpp_generate_tool ${D}${bindir}/ } -SOLIBS = ".so" -FILES_SOLIBSDEV = "" - FILES_${PN} += " \ ${libdir}/intel-opencl/libigdrcl.so \ ${libdir}/libocloc.so \ " +FILES_${PN}-dev = "${includedir}" + BBCLASSEXTEND = "native nativesdk" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" -- cgit v1.2.3-54-g00ecf