Yocto `DEPENDS` does not make available application for cmake
-
Hello everyone,
This is not related directly to qt but you could know the solution.
I am working with yocto.I have a recipe called
dep
that installs a library and an executable using cmake. Cmake installs a package calleddep
.And also have other recipes
root
that saysDEPENDS = " dep "
root
recipe use cmakefind_package
to find thedep
package.Cmake is able to find the library but not the executable in the 'in the appropriate staging sysroot,' .
Because the executable fromdep
recipes is not on theroot
recipe staging sysroot.
This throws an error when configuring cmake for theroot
recipe.I can see that in the
root
recipe staging sysroot are present the required libraries and alsoqmake
andqt-cmake
from Qt, but not my executable.How can make available to the
root
recipe staging sysroot the executable installed in thedep
recipe?Thank you for your time.
-
Hello everyone,
This is not related directly to qt but you could know the solution.
I am working with yocto.I have a recipe called
dep
that installs a library and an executable using cmake. Cmake installs a package calleddep
.And also have other recipes
root
that saysDEPENDS = " dep "
root
recipe use cmakefind_package
to find thedep
package.Cmake is able to find the library but not the executable in the 'in the appropriate staging sysroot,' .
Because the executable fromdep
recipes is not on theroot
recipe staging sysroot.
This throws an error when configuring cmake for theroot
recipe.I can see that in the
root
recipe staging sysroot are present the required libraries and alsoqmake
andqt-cmake
from Qt, but not my executable.How can make available to the
root
recipe staging sysroot the executable installed in thedep
recipe?Thank you for your time.
-
M Mesrine has marked this topic as solved on