mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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 <anuj.mittal@intel.com>
This commit is contained in:
parent
f7580d7276
commit
a611a92e75
|
@ -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<pver>\d+(\.\d+)+)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user