All of lore.kernel.org
 help / color / mirror / Atom feed
* [Question]: do_configure fail if cmake project is making use of ExternalProject
@ 2018-09-06 11:05 Måns Zigher
  2018-09-06 11:52 ` Alexander Kanavin
  0 siblings, 1 reply; 3+ messages in thread
From: Måns Zigher @ 2018-09-06 11:05 UTC (permalink / raw)
  To: Yocto discussion list

[-- Attachment #1: Type: text/plain, Size: 619 bytes --]

Hi,

I have a cmake project that is making use of ExternalProject_Add. The
external project will make use of git clone to pull down the project. The
problem that I am seeing is that the do_configure will fail because it
cannot find git which is not part of the sysroot the reason for git not
being part the sysroot is that git-native is included in ASSUME_PROVIDED
which prevent me from getting it into the sysroot and when running
do_configure it will only look for it in the sysroot and not on the host if
I am not mistaken? What would the best way be to proceed to solve this
problem?

BR
Måns Zigher

[-- Attachment #2: Type: text/html, Size: 685 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-06 20:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-06 11:05 [Question]: do_configure fail if cmake project is making use of ExternalProject Måns Zigher
2018-09-06 11:52 ` Alexander Kanavin
2018-09-06 20:18   ` Måns Zigher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.