aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-python/pyqt5/python-pyqt5.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-python/pyqt5/python-pyqt5.inc')
-rw-r--r--recipes-python/pyqt5/python-pyqt5.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-python/pyqt5/python-pyqt5.inc b/recipes-python/pyqt5/python-pyqt5.inc
index 2eb263dd..4b1630d4 100644
--- a/recipes-python/pyqt5/python-pyqt5.inc
+++ b/recipes-python/pyqt5/python-pyqt5.inc
@@ -56,7 +56,7 @@ do_compile() {
do_install() {
cd ${S}
- oe_runmake install
+ oe_runmake MAKEFLAGS='-j 1' install
}
FILES_${PN} += "${libdir}/${PYTHON_DIR}${PYTHON_ABI}/site-packages ${datadir}/sip/PyQt5/"