Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python-pyqt5: MAKEFLAGS pass -j 1 via MAKEFLAGS during do_install | Khem Raj | 2018-11-29 | 1 | -1/+1 |
| | | | | | | | | The fix to reset PARALLEL_MAKEINST isnt enough here because qmake bbclass creates EXTRA_OEMAKE where it passes the -jX via MAKEFLAGS its better to set MAKEFLAGS in do_install to undo that effect Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python-pyqt5: Disable parallel install | Khem Raj | 2018-11-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | Avoid certain race during do_install | File "/mnt/a/yoe/build/tmp/work/cortexa7t2hf-neon-vfpv4-yoe-linux-gnueabi/python-pyqt5/5.11.3-r0/PyQt5_gpl-5.11.3/mk_distinfo.py", line 108, in <module> | fn_f = open(fn, 'rb') | FileNotFoundError: [Errno 2] No such file or directory: '/mnt/a/yoe/build/tmp/work/cortexa7t2hf-neon-vfpv4-yoe-linux-gnueabi/python-pyqt5/5.11.3-r0/image//usr/lib/python2.7/site-packages/PyQt5/QtCore.so' Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python-pyqt5: Update to 5.11.3 and add python3 recipe. | Philip Balister | 2018-11-13 | 1 | -0/+62 |
Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |