Hi Ross,
I changed the FILES_${PN}-dev to pick up the .so file and that error went away.
Thanks for the cluebat, the learning curve is a bit steep and I'm still
climbing.
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
So If anyone can help me understand what's going on here I'd be appreciative.
Regards,
Greg
________________________________
From: Burton, Ross <[email protected]>
Sent: Tuesday, October 10, 2017 11:18:33 AM
To: Greg Wilson-Lindberg
Cc: [email protected]
Subject: Re: [yocto] errors in recipe after move from devtool
On 10 October 2017 at 17:34, Greg Wilson-Lindberg
<[email protected]<mailto:[email protected]>> wrote:
So to continue, what is the problem with symlinked libraries in a non-dev
package, don't most libraries have syslink's to them?
Typically:
libfoo.so -> libfoo.so.1
libfoo.so.1 -> libfoo.so.1.2
libfoo.so.1.2 is a real file
In this case libfoo.so is *only* used at link time and should be in PN-dev.
The other links and the real library are for runtime and should be in PN.
This warning is saying that you have libzint.so in zint instead of zint-dev.
This implies that you've been changing FILES_${PN} and it's too broad now.
Ross
--
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto