Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
1.12.0
-
None
-
KDE Neon 16.04, building for yocto-based embedded linux (i.MX6)
Description
Building a Qt application for embedded linux using a linux host computer, my Qbs profile has the qbs.sysroot property set:
/my/toolchain/sysroot
The Qt libraries used are placed in
/my/toolchain/sysroot/opt/qt/lib
When building this, the binary has the following rpath set automatically:
/my/toolchain/sysroot/opt/qt/lib
This makes no sense on the target device, and should rather have been stripped of the sysroot path so that the rpath we get is:
rpath: /opt/qt/lib
Attachments
Gerrit Reviews
For Gerrit Dashboard: QBS-1379 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
238741,2 | GCC: Strip sysroot off rpaths | master | qbs/qbs | Status: NEW | +1 | 0 |