diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-11-19 13:49:23 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-11-20 16:09:52 +0000 |
commit | 18f82a8b32afa7de52004582c44e694cb5d54d84 (patch) | |
tree | 5756486a26a2025c3647d0a429d46f58d58214f5 | |
parent | fd1f0f47312e7ee80e5ca65b8b2992cb068b1656 (diff) | |
download | meta-qt5-18f82a8b32afa7de52004582c44e694cb5d54d84.tar.gz |
python-pyqt5: Disable parallel install
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>
-rw-r--r-- | recipes-python/pyqt5/python-pyqt5.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-python/pyqt5/python-pyqt5.inc b/recipes-python/pyqt5/python-pyqt5.inc index c5ff46cf..2eb263dd 100644 --- a/recipes-python/pyqt5/python-pyqt5.inc +++ b/recipes-python/pyqt5/python-pyqt5.inc | |||
@@ -22,6 +22,8 @@ export HOST_SYS | |||
22 | export STAGING_INCDIR | 22 | export STAGING_INCDIR |
23 | export STAGING_LIBDIR | 23 | export STAGING_LIBDIR |
24 | 24 | ||
25 | PARALLEL_MAKEINST = "" | ||
26 | |||
25 | DISABLED_FEATURES = "PyQt_Desktop_OpenGL PyQt_Accessibility PyQt_SessionManager" | 27 | DISABLED_FEATURES = "PyQt_Desktop_OpenGL PyQt_Accessibility PyQt_SessionManager" |
26 | 28 | ||
27 | DISABLED_FEATURES_append_arm = " PyQt_qreal_double" | 29 | DISABLED_FEATURES_append_arm = " PyQt_qreal_double" |