Hi, I have maybe a a bit unusual project that is causing some headache. The project is a Cmake project and is including ExternalProject_Add which is then using git to checkout these external projects this is failing because it cannot find git. When trying to add dependency to git-native to get it included into the sysroot it is ignored because of ASSUME_PROVIDED which includes git. I assume that the problem is that the actual git clone is called from inside of the configure task and when running this bitbake assume any tool dependencies should be in sysroot so it will not check for it on the build host. Is this not a supported use case or is there a workaround for this?
BR Måns Zigher
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
