diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-04 13:55:31 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-04 13:55:31 +0200 |
commit | b5916b969ed0794a5b1bd049387ad0ef762a6662 (patch) | |
tree | 9e46b88a2a0e4c2de19213f3eac7b73621ef7946 /recipes-python/pyqt5/python-pyqt5.inc | |
parent | b3995cd83ed67897ef1db010052eb807c19d6483 (diff) | |
download | meta-qt5-upstream/jansa/warrior-overrides.tar.gz |
Convert to new override syntaxupstream/jansa/warrior-overrides
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-python/pyqt5/python-pyqt5.inc')
-rw-r--r-- | recipes-python/pyqt5/python-pyqt5.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-python/pyqt5/python-pyqt5.inc b/recipes-python/pyqt5/python-pyqt5.inc index 11d246d7..20626bdc 100644 --- a/recipes-python/pyqt5/python-pyqt5.inc +++ b/recipes-python/pyqt5/python-pyqt5.inc | |||
@@ -25,12 +25,12 @@ PARALLEL_MAKEINST = "" | |||
25 | 25 | ||
26 | DISABLED_FEATURES = "PyQt_Desktop_OpenGL PyQt_Accessibility PyQt_SessionManager" | 26 | DISABLED_FEATURES = "PyQt_Desktop_OpenGL PyQt_Accessibility PyQt_SessionManager" |
27 | 27 | ||
28 | DISABLED_FEATURES_append_arm = " PyQt_qreal_double" | 28 | DISABLED_FEATURES:append:arm = " PyQt_qreal_double" |
29 | 29 | ||
30 | PYQT_MODULES = "QtCore QtGui QtNetwork QtWidgets" | 30 | PYQT_MODULES = "QtCore QtGui QtNetwork QtWidgets" |
31 | PYQT_MODULES_aarch64 = "QtCore QtGui QtNetwork QtWidgets" | 31 | PYQT_MODULES:aarch64 = "QtCore QtGui QtNetwork QtWidgets" |
32 | 32 | ||
33 | do_configure_prepend() { | 33 | do_configure:prepend() { |
34 | cd ${S} | 34 | cd ${S} |
35 | echo "py_platform = linux" > pyqt.cfg | 35 | echo "py_platform = linux" > pyqt.cfg |
36 | echo "py_inc_dir = %(sysroot)/$includedir/python%(py_major).%(py_minor)${PYTHON_ABI}" >> pyqt.cfg | 36 | echo "py_inc_dir = %(sysroot)/$includedir/python%(py_major).%(py_minor)${PYTHON_ABI}" >> pyqt.cfg |
@@ -58,6 +58,6 @@ do_install() { | |||
58 | oe_runmake MAKEFLAGS='-j 1' install | 58 | oe_runmake MAKEFLAGS='-j 1' install |
59 | } | 59 | } |
60 | 60 | ||
61 | FILES_${PN} += "${libdir}/${PYTHON_DIR}/site-packages ${datadir}/sip/PyQt5/" | 61 | FILES:${PN} += "${libdir}/${PYTHON_DIR}/site-packages ${datadir}/sip/PyQt5/" |
62 | 62 | ||
63 | RDEPENDS_${PN} = "qtbase" | 63 | RDEPENDS:${PN} = "qtbase" |