Re: [yocto] native tool is not installed before it is used

2016-02-12 Thread Burton, Ross
On 12 February 2016 at 06:10, Sridhar Pitchai wrote: > I have a recipe, where It need protobuf-c-compiler (natvily) to auto > generate files before it can be compiled. i have added protobuf-c-native in > the DEPENDS list. but the compilation is failling at

Re: [yocto] native tool is not installed before it is used

2016-02-12 Thread Sridhar Pitchai
Thanks. that works. but i am confused :) in the original recipe, i was doing do_autogen "after" configure, assuming do_configure will install all the needed dependencies and i can use those native tools after that. but with your solution (do_configure_prepend, which works), it gives the

[yocto] native tool is not installed before it is used

2016-02-11 Thread Sridhar Pitchai
Hi,I have a recipe, where It need protobuf-c-compiler (natvily) to auto generate files before it can be compiled. i have added protobuf-c-native in the DEPENDS list. but the compilation is failling at do_autogen, compiling the proto-c is not installed in staging_bindir_native.But if bitbake