[Buildroot] [PATCH v1] package/qt5base: disable feature-relocatable

Peter Korsgaard peter at korsgaard.com
Fri May 29 21:24:38 UTC 2020


>>>>> "Peter" == Peter Seiderer <ps.report at gmx.net> writes:

 > Disable feature-relocatable to avoid a path mismatch while searching qml
 > files and buildroot BR2_ROOTFS_MERGED_USR feature enabled.

 > As described in [1] with feature-relocatable Qt determines the search
 > pathes relative to the location of libQt5Core.so, with BR2_ROOTFS_MERGED_USR
 > enabled found first under the symlink path '/lib' instead of the install
 > path '/usr/lib' and searches sequentially for qml files under '/qml' instead
 > of the correct '/usr/qml'.

 > Fixes:
 >   - https://bugs.busybox.net/show_bug.cgi?id=12906

 > [1] https://code.qt.io/cgit/qt/qtbase.git/commit/?id=4ac872639ed0dd3ae6627e05bdda821f7d128500

 > Reported-by: Joonas Harjumäki <jharjuma at gmail.com>
 > Signed-off-by: Peter Seiderer <ps.report at gmx.net>

This is only for Qt 5.14 (E.G. master and not 2020.02.x), right? From a
quick look I don't see this option in the 5.12.8 version we have on the
LTS branch.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list