Hi, On 24 August 2013 04:36, Trevor Woerner <trevor.woer...@linaro.org> wrote: > Hi, > > When I try to include "qtwebkit" in my image from the "dylan" branch I end > up > with the following QA do_package_qa error [note that this does not happen > with "master"]: > > ERROR: QA Issue: package qtwebkit contains bad RPATH > /home/trevor/build/yocto/tmp/dylan/work/armv5te-poky-linux-gnueabi/qtwebkit/5.0.2-r0.0/build/lib > in file > /home/trevor/build/yocto/tmp/dylan/work/armv5te-poky-linux-gnueabi/qtwebkit/5.0.2-r0.0/packages-split/qtwebkit/usr/lib/qt5/libexec/QtWebProcess > > And the QA test is correct. When I "objdump -x" this binary I get: > > Dynamic Section: > NEEDED libQt5WebKitWidgets.so.5 > NEEDED libQt5WebKit.so.5 > NEEDED libQt5Widgets.so.5 > NEEDED libQt5Core.so.5 > NEEDED libstdc++.so.6 > NEEDED libc.so.6 > RPATH > /home/trevor/build/yocto/tmp/rdk/work/armv5te-rdk-linux-gnueabi/qtwebkit/5.0.2-r0.0/build/lib > > Can anyone suggest any fixes or patches? Note I'm using 5.0.2.
I haven't checked how qtwebkit is built or meta-qt5, but the Qt's configure has -no-rpath option. A grep on meta-qt5 doesn't show any usage of it. Cheers, Fathi _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto