diff options
| author | Mikko Gronoff <mikko.gronoff@qt.io> | 2018-11-15 12:10:22 +0200 |
|---|---|---|
| committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2018-11-15 15:44:01 +0200 |
| commit | ff6127ddd318d422f595295d1c189a86b3032873 (patch) | |
| tree | f3c25ef68a18af1658229c5e5dc2687456809fe0 /recipes-python/pyqt5/python3-pyqt5_5.11.3.bb | |
| parent | 6b354b933c526015c1c98e2334cdb29cb5e489e1 (diff) | |
| parent | fd1f0f47312e7ee80e5ca65b8b2992cb068b1656 (diff) | |
| download | meta-qt5-ff6127ddd318d422f595295d1c189a86b3032873.tar.gz | |
Merge remote-tracking branch 'qtyocto/upstream/master' into 5.11
* qtyocto/upstream/master:
fd1f0f4 python-pyqt5: Update to 5.11.3 and add python3 recipe.
3fa1993 qtbase-native: disable postgresql support
0edbe1b qtbase: refresh patches and update tags on meta-qt5
4ed4385 qtbase: don't leak absolut path to recipe specific sysroot
b3502fb qt5: Disable ltcg for host_build
5832bf2 qtbase: don't use thumb for armv[45]
Task-number: QTBUG-71658
Change-Id: Ied518deb11fb41e9f91c58419a6efee37a4086d4
Diffstat (limited to 'recipes-python/pyqt5/python3-pyqt5_5.11.3.bb')
| -rw-r--r-- | recipes-python/pyqt5/python3-pyqt5_5.11.3.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-python/pyqt5/python3-pyqt5_5.11.3.bb b/recipes-python/pyqt5/python3-pyqt5_5.11.3.bb new file mode 100644 index 00000000..200a8154 --- /dev/null +++ b/recipes-python/pyqt5/python3-pyqt5_5.11.3.bb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | require python-pyqt5.inc | ||
| 2 | |||
| 3 | inherit python3native python3-dir | ||
| 4 | |||
| 5 | DEPENDS += "sip3 sip3-native python3" | ||
| 6 | |||
| 7 | RDEPENDS_${PN} += "python3-core python3-sip3" | ||
