aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-python
Commit message (Collapse)AuthorAgeFilesLines
* python-pyqt5: remove PyQt_qreal_double from DISABLED_FEATURESArtem Panfilov2020-04-131-2/+0
| | | | | | | Since Qt 5.2.0 the qreal is double (see change d8bf317546bc in qtbase.git). Signed-off-by: Artem Panfilov <panfilov.artyom@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyqtchart: remove PyQt_qreal_double from DISABLED_FEATURESArtem Panfilov2020-03-181-2/+0
| | | | | | Since Qt 5.2.0 the qreal is double (see change d8bf317546bc in qtbase.git). Signed-off-by: Artem Panfilov <panfilov.artyom@gmail.com>
* python-pyqt5: disable whole PyQt_OpenGL and QtWidgets, QtQuickWidgets, ↵Martin Jansa2020-02-191-2/+2
| | | | | | | | | | QtQuick modules without opengl in DISTRO_FEATURES * fixes: sip: QOpenGLFramebufferObject is undefined in default nodistro setup without opengl in DISTRO_FEATURES Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Add PyQtChart.Adrian Fiergolski2020-02-193-0/+80
| | | | Signed-off-by: Adrian Fiergolski <adrian.fiergolski@fastree3d.com>
* Revert "pyqt5: Upgrade to 5.13.2"Martin Jansa2020-02-193-6/+4
| | | | | | | | | | | | This reverts commit 02715fff5ee26e8baa03420083f6aa60b45c13ea. This version is too new for sip version in meta-oe/zeus: Error: This version of PyQt5 requires sip 4.19.19 or later. It was accidentally merged with other build fixes when re-syncing master and zeus before 5.14 upgrade in master. This is needed also for the newly added python-pyqtchart recipe.
* pyqt5: Upgrade to 5.13.2Khem Raj2019-11-203-4/+6
| | | | | | | Blacklist py2 version, it does not build and py2 is on its way out in Jan 2020 anyway Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-pyqt5: add qml supportFrancesco Mocci2019-10-311-4/+3
| | | | | | * drop unnecessary PYQT_MODULES override with the same value Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyqt5: Update to version 5.12.1.Philip Balister2019-05-123-4/+3
| | | | | Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyqt: Fix annoying problems.Philip Balister2019-05-121-6/+6
| | | | | | * Python ABI only applies to include files. Signed-off-by: Philip Balister <philip@opensdr.com>
* python-pyqt5: MAKEFLAGS pass -j 1 via MAKEFLAGS during do_installKhem Raj2018-11-291-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 installKhem Raj2018-11-201-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 Balister2018-11-133-17/+27
| | | | | Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qmake5_paths: change the default QT_DIR_NAME to be emptyMartin Jansa2018-09-251-1/+1
| | | | | | | | * there aren't many people using qt4 and qt5 in the same image anymore, it's time to stop using this work around and to follow default packaging rules Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt: remove unnecessary FILES.*-dbg variables for packaging .debug filesMartin Jansa2018-09-191-1/+0
| | | | | | | | | | | | | | | | | | | | * package.bbclass can do it automatically since: commit da5ec06814e105451cca11cce76b5c5231110524 Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Tue Dec 15 15:38:54 2015 +0000 package: Add auto package splitting of .debug files * .debug files for examples were incorrectly picked by qtbase-qmlplugins-dbg causing following QE error, because unlike qtbase-examples-dbg we don't have libdir in INSANE_SKIP. ERROR: qtbase-5.11.2+gitAUTOINC+49efea26a5-r0 do_package_qa: QA Issue: qtbase-qmlplugins-dbg: found library in wrong location: /usr/share/qt5/examples/widgets/tools/plugandpaint/plugins/.debug/libpnp_extrafilters.so qtbase-qmlplugins-dbg: found library in wrong location: /usr/share/qt5/examples/widgets/tools/styleplugin/styles/.debug/libsimplestyleplugin.so qtbase-qmlplugins-dbg: found library in wrong location: /usr/share/qt5/examples/widgets/tools/echoplugin/plugins/.debug/libechoplugin.so [libdir] ERROR: qtbase-5.11.2+gitAUTOINC+49efea26a5-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyqt5: update recipe to 5.10.1Diego Rondini2018-06-213-57/+3
| | | | | | | Update recipe to version 5.10.1, removing upstreamed patches in the process. Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyqt5: include QtWidgets moduleDiego Rondini2017-07-212-2/+38
| | | | | Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyqt5: Add recipe.Philip Balister2017-05-162-0/+86
* Build tested on raspberrypi3 * I promise to chase the patch upstream. * v2 auto detects QT_VERSION Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>