diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-01-12 20:25:55 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-01-12 20:26:34 +0200 |
commit | 5b2109a88ee8e8a769190e640661434d98b62548 (patch) | |
tree | 13ec544f89bf10755025c683470a42f29f0f186d /recipes-python/pyqt5/python-pyqt5.inc | |
parent | e4e2acba9fe7e6c5903770b26ae374b74051d91c (diff) | |
parent | 25039161c1646ce1b6cc30303d4588e43b9b714a (diff) | |
download | meta-qt5-5b2109a88ee8e8a769190e640661434d98b62548.tar.gz |
Merge remote-tracking branch 'qt/upstream/master' into 5.14
Notes:
- Patch already present in 5.14 branch for qtwebengine musl build
kept and upstream one (1a4ee018 qtwebengine: Fix musl build)
discarded as that does not work with present content
- Patch for time_t in qtbase (f6ad80f9 qtbase: Fix build on 32bit arches
with 64bit time_t) is faulty, fixed in next commit
* qt/upstream/master:
25039161 qtwebengine: Fix build with 64bit time_t on 32bit architectures
4f3ed3ed qtwebkit: add missing flex-native dep
456ec4ac qt5-creator, qtbase: Replace python with python3
f264e5dd qtdeclarative: Ask for python3 explicitly
f6ad80f9 qtbase: Fix build on 32bit arches with 64bit time_t
b7f4bd20 recipes: Use features_check instead of distro_features_check
1a4ee018 qtwebengine: Fix musl build
02715fff pyqt5: Upgrade to 5.13.2
Conflicts:
recipes-qt/qt5/qtdeclarative_git.bb
recipes-qt/qt5/qtwebengine_git.bb
Change-Id: I650cc667ede8f68f85164f52835b5e9f8db213f5
Diffstat (limited to 'recipes-python/pyqt5/python-pyqt5.inc')
-rw-r--r-- | recipes-python/pyqt5/python-pyqt5.inc | 9 |
1 files changed, 5 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" |