Hi Greg,

On Wednesday, 11 October 2017 7:50:45 AM NZDT Greg Wilson-Lindberg wrote:
> I'm still getting the:
> 
> ERROR: zint-2.6.1-r0 do_package_qa: QA Issue: zint: /work/cortexa7hf-neon-
> vfpv4-poky-linux-gnueabi/zint/2.6.1-r0/packages-split/zint/usr/lib/
> libzint.so.2.6.1 contains probably-redundant RPATH /usr/lib

There's a short hint about this QA issue in the manual:

  
http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#ref-qa-checks

Ultimately it depends on the build system for the software your recipe is
building, but somewhere it will be explicitly adding this rpath to the
compiler command line, so you need to figure out the best way to remove that -
if the software's build system makes it optional, turn it off, but you may
find you need to patch it out. If you don't care about this particular issue,
you could alternatively use INSANE_SKIP to ignore it.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to