Re: Compile on recipe works the second time
Bryan Evenson
Michael,
toggle quoted messageShow quoted text
Sorry for the delayed response; was distracted with another task and wasn't able to try things out for the last few days. Response below.
-----Original Message-----That worked! I'm able to build the clean package the first time now. Although I am getting a QA warning about all the include files being installed but not shipped. This is one part that has always confused me to no end on how to handle static libraries. I know the include files need to make it to sysroot for other applications which use the static library to build properly. However, they don't need to be in the final device image. So do the include files need to be included in the FILES_${PN}-staticdev list and in do_install, or should they be listed in a separate step? Thanks, Bryan Another option: create 2 recipes: one to build and install library and
|
|