Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/qt5location: isolate patch to qt5location 5.9.1 | Joshua Henderson | 2017-07-29 | 1 | -42/+0 |
| | | | | | | | | | | | | | | | | The patch only applies to the 5.9.1 version, not 5.6.*. This moves the patch into the appropriate directory. Fixes: http://autobuild.buildroot.net/results/676abe008c9c4bddfddd7b041d8db9999e9e899d Cc: Julien Corjon <corjon.j@ecagroup.com> Cc: Peter Seiderer <ps.report@gmx.net> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com> Reviewed-by: Peter Seiderer <ps.report@gmx.net> [Arnout: slightly edit commit message] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | ||||
* | qt5location: fix plugins build dependency | Peter Seiderer | 2017-07-25 | 1 | -0/+42 |
Do not build the plugins before the dependency on module positioning for the plugin subdir position is available (add Add upstream patch 0001-Fix-plugins-build-dependency.patch [1]). Fixes [2]: cp -dpfr .../output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/qt/plugins/position .../output/target/usr/lib/qt/plugins/ cp: cannot stat '.../output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/qt/plugins/position': No such file or directory [1] https://code.qt.io/cgit/qt/qtlocation.git/patch/?id=3ac051c4549575634cecc706175b019f4ed4c3bf [2] http://autobuild.buildroot.net/results/bc1/bc13abf3bb2fe1c991aec2334ee658c9641d1fd5 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |