Re: [DYLAN] RPATH issue with qt5's qtwebkit
Erik Bot?
On Sat, Aug 24, 2013 at 3:36 AM, Trevor Woerner
<trevor.woerner@...> wrote: Hi,Try adding a .bbappend with the following content: ################# DEPENDS += "chrpath-replacement-native" EXTRANATIVEPATH += "chrpath-native" PRINC := "${@int(PRINC) + 1}" do_install_append() { # Remove rpath from the offending binaries chrpath -d ${D}${OE_QMAKE_PATH_LIBEXECS}/QtWebProcess } ################# That should do it. Is this something everyone building qtwebkit is seeing? I had just assumed that it had something to do with other changes I do to meta-qt5, but if it affect everyone I guess it could be done in meta-qt5 instead of local bbappends. Cheers Erik
|
|