diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:05:32 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-03 13:38:16 +0200 |
| commit | a6bee8ea4cb91d0e07d8be272ddc0e56c86e4acf (patch) | |
| tree | 127f88ca5f4c1f1a0fb80dca719ef817b700ed5b /recipes-python/pyqtchart | |
| parent | 10f3673fd4b6c6e1e61c23478802f83652475a5f (diff) | |
| download | meta-qt5-a6bee8ea4cb91d0e07d8be272ddc0e56c86e4acf.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.0) 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/pyqtchart')
| -rw-r--r-- | recipes-python/pyqtchart/python3-pyqtchart_5.15.1.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-python/pyqtchart/python3-pyqtchart_5.15.1.bb b/recipes-python/pyqtchart/python3-pyqtchart_5.15.1.bb index c6cd2ff6..494caa0c 100644 --- a/recipes-python/pyqtchart/python3-pyqtchart_5.15.1.bb +++ b/recipes-python/pyqtchart/python3-pyqtchart_5.15.1.bb | |||
| @@ -31,7 +31,7 @@ PARALLEL_MAKEINST = "" | |||
| 31 | 31 | ||
| 32 | DISABLED_FEATURES = "PyQt_Desktop_OpenGL PyQt_Accessibility PyQt_SessionManager" | 32 | DISABLED_FEATURES = "PyQt_Desktop_OpenGL PyQt_Accessibility PyQt_SessionManager" |
| 33 | 33 | ||
| 34 | do_configure_prepend() { | 34 | do_configure:prepend() { |
| 35 | cd ${S} | 35 | cd ${S} |
| 36 | echo "[PyQt 5]" > pyqt.cfg | 36 | echo "[PyQt 5]" > pyqt.cfg |
| 37 | echo "py_platform = linux" >> pyqt.cfg | 37 | echo "py_platform = linux" >> pyqt.cfg |
| @@ -44,7 +44,7 @@ do_configure_prepend() { | |||
| 44 | echo yes | ${PYTHON} configure.py --verbose --qmake ${STAGING_BINDIR_NATIVE}/${QT_DIR_NAME}/qmake --configuration pyqt.cfg --sysroot ${STAGING_DIR_HOST} | 44 | echo yes | ${PYTHON} configure.py --verbose --qmake ${STAGING_BINDIR_NATIVE}/${QT_DIR_NAME}/qmake --configuration pyqt.cfg --sysroot ${STAGING_DIR_HOST} |
| 45 | } | 45 | } |
| 46 | 46 | ||
| 47 | do_configure_append() { | 47 | do_configure:append() { |
| 48 | #Fix installation paths | 48 | #Fix installation paths |
| 49 | sed -i -e s:'$(INSTALL_ROOT)'${STAGING_EXECPREFIXDIR}:'$(INSTALL_ROOT)'${D}${exec_prefix}:g ${S}/Makefile | 49 | sed -i -e s:'$(INSTALL_ROOT)'${STAGING_EXECPREFIXDIR}:'$(INSTALL_ROOT)'${D}${exec_prefix}:g ${S}/Makefile |
| 50 | sed -i -e s:'$(INSTALL_ROOT)'${STAGING_EXECPREFIXDIR}:'$(INSTALL_ROOT)'${D}${exec_prefix}:g ${S}/QtChart/Makefile | 50 | sed -i -e s:'$(INSTALL_ROOT)'${STAGING_EXECPREFIXDIR}:'$(INSTALL_ROOT)'${D}${exec_prefix}:g ${S}/QtChart/Makefile |
| @@ -63,7 +63,7 @@ do_install() { | |||
| 63 | } | 63 | } |
| 64 | 64 | ||
| 65 | 65 | ||
| 66 | FILES_${PN} += "${libdir}/${PYTHON_DIR}/site-packages ${datadir}/" | 66 | FILES:${PN} += "${libdir}/${PYTHON_DIR}/site-packages ${datadir}/" |
| 67 | 67 | ||
| 68 | RDEPENDS_${PN} = "qtbase qtdeclarative qtquickcontrols2 qtquickcontrols2-mkspecs qtcharts" | 68 | RDEPENDS:${PN} = "qtbase qtdeclarative qtquickcontrols2 qtquickcontrols2-mkspecs qtcharts" |
| 69 | RDEPENDS_${PN} += "python3-core python3-sip3 python3-pyqt5" | 69 | RDEPENDS:${PN} += "python3-core python3-sip3 python3-pyqt5" |
