Re: [yocto] QA Host Contamination in autotools/pkconfig based recipe

2016-09-16 Thread Andre McCurdy
On Fri, Sep 16, 2016 at 6:33 AM, Burton, Ross wrote: > > On 16 September 2016 at 13:40, Chris Trobridge > wrote: >> >> The install line in the makefile is "cp -af $(APP_LIBXX_FILES) >> $(DESTDIR)$(libdir)/", so I am at a bit of a loss as this

Re: [yocto] QA Host Contamination in autotools/pkconfig based recipe

2016-09-16 Thread Burton, Ross
On 16 September 2016 at 13:40, Chris Trobridge wrote: > The install line in the makefile is "cp -af $(APP_LIBXX_FILES) > $(DESTDIR)$(libdir)/", so I am at a bit of a loss as this should preserve > ownership. > It does - the build happens as you (uid 1000) so the file

[yocto] QA Host Contamination in autotools/pkconfig based recipe

2016-09-16 Thread Chris Trobridge
I raised this back in April but I am back on QA review and I did not manage to sort this at the time. I have a recipe for pjproject that produces QA host contamination warnings for all the library files it installs: pjproject: /pjproject/usr/lib/*.so.2 is owned by uid 1000, which is the same