diff options
| author | Artem Panfilov <panfilov.artyom@gmail.com> | 2020-03-02 23:45:40 +0300 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-04-13 13:36:17 +0200 |
| commit | b6767f3b2012d506cd348db581ccbf9274527116 (patch) | |
| tree | 230cf3df421b08c1acc0698e4838859b5afac9c3 /recipes-python | |
| parent | 6a9c0acbad3b9ac6b1e129c7c3c7b1648f4e4855 (diff) | |
| download | meta-qt5-b6767f3b2012d506cd348db581ccbf9274527116.tar.gz | |
python-pyqt5: remove PyQt_qreal_double from DISABLED_FEATURES
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>
Diffstat (limited to 'recipes-python')
| -rw-r--r-- | recipes-python/pyqt5/python-pyqt5.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-python/pyqt5/python-pyqt5.inc b/recipes-python/pyqt5/python-pyqt5.inc index 2de0903d..d9bf4a77 100644 --- a/recipes-python/pyqt5/python-pyqt5.inc +++ b/recipes-python/pyqt5/python-pyqt5.inc | |||
| @@ -25,8 +25,6 @@ PARALLEL_MAKEINST = "" | |||
| 25 | 25 | ||
| 26 | DISABLED_FEATURES = "PyQt_Desktop_OpenGL PyQt_Accessibility PyQt_SessionManager ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '', 'PyQt_OpenGL', d)}" | 26 | DISABLED_FEATURES = "PyQt_Desktop_OpenGL PyQt_Accessibility PyQt_SessionManager ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '', 'PyQt_OpenGL', d)}" |
| 27 | 27 | ||
| 28 | DISABLED_FEATURES_append_arm = " PyQt_qreal_double" | ||
| 29 | |||
| 30 | PYQT_MODULES = "QtCore QtGui QtNetwork QtXml QtNetwork QtQml ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'QtQuick QtWidgets QtQuickWidgets', '', d)}" | 28 | PYQT_MODULES = "QtCore QtGui QtNetwork QtXml QtNetwork QtQml ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'QtQuick QtWidgets QtQuickWidgets', '', d)}" |
| 31 | 29 | ||
| 32 | do_configure_prepend() { | 30 | do_configure_prepend() { |
