【发布时间】:2018-12-08 17:03:06
【问题描述】:
我正在尝试使用 yocto 交叉编译应用程序。该应用程序使用 Dlib 库,因此我必须为 Dlib 制作一个配方。食谱应该如何? @R.Gopi
当我尝试从 @astor555 构建 dlib 配方时,我收到以下错误:
ERROR: dlib-1.0+gitAUTOINC+3b794540ba-r0 do_package: QA Issue: dlib: Files/directories were installed but not shipped in any package:
/usr/lib/cmake
/usr/lib/cmake/dlib
/usr/lib/cmake/dlib/dlib.cmake
/usr/lib/cmake/dlib/dlib-release.cmake
/usr/lib/cmake/dlib/dlibConfig.cmake
/usr/lib/cmake/dlib/dlibConfigVersion.cmake
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
dlib: 6 installed and not shipped files. [installed-vs-shipped]
ERROR: dlib-1.0+gitAUTOINC+3b794540ba-r0 do_package: Fatal QA errors found, failing task.
ERROR: dlib-1.0+gitAUTOINC+3b794540ba-r0 do_package: Function failed: do_package
【问题讨论】: