meta-digi/meta-digi-dey/recipes-qt/qt5
Jose Diaz de Grenu c8d629e795 qtwebengine: fix compilation when using 1 core
From python 2.x to python 3.x, the '/' operator changed from integer
division to float division.

Hence, when using one core, 'makejobs' was being evaluated to 0.5.
That caused the evaluation below (makejobs == 0) to return False (0),
therefore PARALLEL_MAKE was evaluated to '-j 0' and the compilation
failed because the 'j' parameter must be strictly postive.

Replace the operator by the integer div operator in python 3.x '//'.

https://jira.digi.com/browse/DEL-5769

Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
2018-02-26 21:15:21 +01:00
..
qtbase rocko migration: qt5: update recipe 2018-01-12 15:59:14 +01:00
nativesdk-qtbase_%.bbappend nativesdk-qtbase: fix permissions on directory by qtbase 2018-01-12 16:32:06 +01:00
qtbase_%.bbappend rocko migration: qt5: update recipe 2018-01-12 15:59:14 +01:00
qtmultimedia_%.bbappend qt5: configure EGLFS platform automatically for non-X11 images 2015-12-22 14:35:04 +01:00
qtwebengine_%.bbappend qtwebengine: fix compilation when using 1 core 2018-02-26 21:15:21 +01:00