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}/
|
install ${B}/bin/cpp_generate_tool ${D}${bindir}/
|
||||||
}
|
}
|
||||||
|
|
||||||
SOLIBS = ".so"
|
|
||||||
FILES_SOLIBSDEV = ""
|
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES_${PN} += " \
|
||||||
${libdir}/intel-opencl/libigdrcl.so \
|
${libdir}/intel-opencl/libigdrcl.so \
|
||||||
${libdir}/libocloc.so \
|
${libdir}/libocloc.so \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
FILES_${PN}-dev = "${includedir}"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
|
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user