diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-11-09 11:55:19 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2019-11-20 13:51:18 +0100 |
commit | 02715fff5ee26e8baa03420083f6aa60b45c13ea (patch) | |
tree | f435c999d539acb009241bad96162fc1e7e41ff9 | |
parent | 432ad2aa6c3a13253fefc909faba368851d21fb1 (diff) | |
download | meta-qt5-02715fff5ee26e8baa03420083f6aa60b45c13ea.tar.gz |
pyqt5: Upgrade to 5.13.2
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>
-rw-r--r-- | recipes-python/pyqt5/python-pyqt5.inc | 9 | ||||
-rw-r--r-- | recipes-python/pyqt5/python-pyqt5_5.13.2.bb (renamed from recipes-python/pyqt5/python-pyqt5_5.12.1.bb) | 1 | ||||
-rw-r--r-- | recipes-python/pyqt5/python3-pyqt5_5.13.2.bb (renamed from recipes-python/pyqt5/python3-pyqt5_5.12.1.bb) | 0 |
3 files changed, 6 insertions, 4 deletions
diff --git a/recipes-python/pyqt5/python-pyqt5.inc b/recipes-python/pyqt5/python-pyqt5.inc index bbeb75af..b830c9a9 100644 --- a/recipes-python/pyqt5/python-pyqt5.inc +++ b/recipes-python/pyqt5/python-pyqt5.inc | |||
@@ -7,11 +7,12 @@ LIC_FILES_CHKSUM = "\ | |||
7 | file://LICENSE;md5=d32239bcb673463ab874e80d47fae504 \ | 7 | file://LICENSE;md5=d32239bcb673463ab874e80d47fae504 \ |
8 | " | 8 | " |
9 | SRC_URI = "\ | 9 | SRC_URI = "\ |
10 | https://www.riverbankcomputing.com/static/Downloads/PyQt5/${PV}/PyQt5_gpl-${PV}.tar.gz \ | 10 | https://www.riverbankcomputing.com/static/Downloads/PyQt5/${PV}/PyQt5-${PV}.tar.gz \ |
11 | " | 11 | " |
12 | SRC_URI[md5sum] = "67508b652098d2e05c4c2b5baeb170cc" | 12 | SRC_URI[md5sum] = "c1023cb9c3d29a89fc109b163a0175c0" |
13 | SRC_URI[sha256sum] = "3718ce847d824090fd5f95ff3f13847ee75c2507368d4cbaeb48338f506e59bf" | 13 | SRC_URI[sha256sum] = "adc17c077bf233987b8e43ada87d1e0deca9bd71a13e5fd5fc377482ed69c827" |
14 | S = "${WORKDIR}/PyQt5_gpl-${PV}" | 14 | |
15 | S = "${WORKDIR}/PyQt5-${PV}" | ||
15 | 16 | ||
16 | inherit qmake5 | 17 | inherit qmake5 |
17 | DEPENDS = "qtbase qtdeclarative qtquickcontrols2" | 18 | DEPENDS = "qtbase qtdeclarative qtquickcontrols2" |
diff --git a/recipes-python/pyqt5/python-pyqt5_5.12.1.bb b/recipes-python/pyqt5/python-pyqt5_5.13.2.bb index 6b1b5701..b8b1d086 100644 --- a/recipes-python/pyqt5/python-pyqt5_5.12.1.bb +++ b/recipes-python/pyqt5/python-pyqt5_5.13.2.bb | |||
@@ -6,3 +6,4 @@ DEPENDS += "sip sip-native python" | |||
6 | 6 | ||
7 | RDEPENDS_${PN} += "python-core python-sip" | 7 | RDEPENDS_${PN} += "python-core python-sip" |
8 | 8 | ||
9 | PNBLACKLIST[python-pyqt5] = "Sip fails in do_configure sip: QOpenGLFramebufferObject is undefined" | ||
diff --git a/recipes-python/pyqt5/python3-pyqt5_5.12.1.bb b/recipes-python/pyqt5/python3-pyqt5_5.13.2.bb index 200a8154..200a8154 100644 --- a/recipes-python/pyqt5/python3-pyqt5_5.12.1.bb +++ b/recipes-python/pyqt5/python3-pyqt5_5.13.2.bb | |||