Re: [yocto] errors in recipe after move from devtool

2017-10-11 Thread Paul Eggleton
On Thursday, 12 October 2017 6:07:55 AM NZDT Greg Wilson-Lindberg wrote: > Thanks for the info, now I understand what is going on. Hopefully I can find > a way to get rid of the RPATH, I don't like ignoring errors or warnings. > > I've spent some more time looking into this, I haven't been able

Re: [yocto] errors in recipe after move from devtool

2017-10-11 Thread Greg Wilson-Lindberg
age- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Tuesday, October 10, 2017 2:16 PM > To: Greg Wilson-Lindberg <gwil...@sakuraus.com> > Cc: yocto@yoctoproject.org; Burton, Ross <ross.bur...@intel.com> > Subject: Re: [yocto] errors in recipe after

Re: [yocto] errors in recipe after move from devtool

2017-10-10 Thread Paul Eggleton
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

Re: [yocto] errors in recipe after move from devtool

2017-10-10 Thread Greg Wilson-Lindberg
uesday, October 10, 2017 11:18:33 AM To: Greg Wilson-Lindberg Cc: yocto@yoctoproject.org Subject: Re: [yocto] errors in recipe after move from devtool On 10 October 2017 at 17:34, Greg Wilson-Lindberg <gwil...@sakuraus.com<mailto:gwil...@sakuraus.com>> wrote: So to continue, what is the prob

Re: [yocto] errors in recipe after move from devtool

2017-10-10 Thread Burton, Ross
On 10 October 2017 at 17:34, Greg Wilson-Lindberg 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

Re: [yocto] errors in recipe after move from devtool

2017-10-10 Thread Greg Wilson-Lindberg
Sorry, hit the wrong button in my mailer and sent this before I was finished. So to continue, what is the problem with symlinked libraries in a non-dev package, don't most libraries have syslink's to them? Secondly, the redundant RPATH, most of the links that I've found mentioning this show

[yocto] errors in recipe after move from devtool

2017-10-10 Thread Greg Wilson-Lindberg
I'm trying to develop a new recipe for zint, barcode generating software. I initially built the recipe under devtool and got it to the point that there were no errors. I then did a devtool finish command to move it to my yocto build tree under our private recipe and now when I build it I get 2