mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
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>
This commit is contained in:
@@ -7,11 +7,12 @@ LIC_FILES_CHKSUM = "\
|
||||
file://LICENSE;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
"
|
||||
SRC_URI = "\
|
||||
https://www.riverbankcomputing.com/static/Downloads/PyQt5/${PV}/PyQt5_gpl-${PV}.tar.gz \
|
||||
https://www.riverbankcomputing.com/static/Downloads/PyQt5/${PV}/PyQt5-${PV}.tar.gz \
|
||||
"
|
||||
SRC_URI[md5sum] = "67508b652098d2e05c4c2b5baeb170cc"
|
||||
SRC_URI[sha256sum] = "3718ce847d824090fd5f95ff3f13847ee75c2507368d4cbaeb48338f506e59bf"
|
||||
S = "${WORKDIR}/PyQt5_gpl-${PV}"
|
||||
SRC_URI[md5sum] = "c1023cb9c3d29a89fc109b163a0175c0"
|
||||
SRC_URI[sha256sum] = "adc17c077bf233987b8e43ada87d1e0deca9bd71a13e5fd5fc377482ed69c827"
|
||||
|
||||
S = "${WORKDIR}/PyQt5-${PV}"
|
||||
|
||||
inherit qmake5
|
||||
DEPENDS = "qtbase qtdeclarative qtquickcontrols2"
|
||||
|
||||
@@ -6,3 +6,4 @@ DEPENDS += "sip sip-native python"
|
||||
|
||||
RDEPENDS_${PN} += "python-core python-sip"
|
||||
|
||||
PNBLACKLIST[python-pyqt5] = "Sip fails in do_configure sip: QOpenGLFramebufferObject is undefined"
|
||||
Reference in New Issue
Block a user