Add missing dependency to QtWebView which can be used when
webengine is available.
Fixes: QTBUG-141441
Change-Id: I71ef6b0a467aa34ca65f17dee21d0212af3d125c
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
(cherry picked from commit c16128397c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
In whinlatter, git sources are placed by default to UNPACKDIR/BP and
default value for S now works for git projects. Remove settings of S
and use BB_GIT_DEFAULT_DESTSUFFIX in recipes with multiple git repos.
To support previous Yocto versions, set default value for
BB_GIT_DEFAULT_DESTSUFFIX that matches the default S and use it for
all git checkouts.
Change-Id: I49d7ab7e2d34695618a48bf5f649341a8de2cbda
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
(cherry picked from commit 8553e4019a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 6dcfaaa359)
Clang recipes have been moved from meta-clang layer to oe-core in
whinlatter. Add support for using pyside6 without meta-clang layer,
but with the clang recipes from oe-core.
Change-Id: I62b74f34bbcbe37060117681034614168b43690d
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
(cherry picked from commit fb21821c4d)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
For multilib builds, pyside needs to be told correct site-packages dir.
Fixes: QTBUG-136018
Change-Id: Ife8ab54ad1f14a9730490c0345395d91fda0c64c
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Replace /usr/include/${PYTHON_DIR} (in this case python3.13) with
${PYTHON_INCLUDE_DIR} in all .pro files.
Fixes: cc1plus: error: include location "/usr/include/python3.13"
is unsafe for cross-compilation [-Werror=poison-system-directories]
The work was sponsored by GOVCERT.LU.
Change-Id: I42b9bd400d036aa411e80a9cc7db0515c12f2e8f
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Add Upstream-Status in patch 0001-Fix-build-with-Qt-6.8.2.patch to
fix errors when building PyQt 6.8 based on Styhead or newer Yocto
releases.
The work was sponsored by GOVCERT.LU.
Change-Id: Ieccbab24320e68a7623017fb8616cb73354fb554
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Add a patch to fix QStringConverterBase after it has been made
move-only. The patch has been taken from a submission for the
openSUSE package: https://build.opensuse.org/requests/1242226
The work was sponsored by GOVCERT.LU.
Change-Id: Ie416f85bd4129af56eb674c0daa7a0ced41a9481
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
After the migration from Mercurial to GitHub the homepage has
changed and PyQt6-sip is now licensed under the BSD-2-Clause
license. Upgrade to release 13.10.0.
This work was sponsored by GOVCERT.LU.
License-Update: PyQt6-sip is now licensed under the BSD-2-Clause.
Change-Id: Idda94fba3bbb1d76b2833c7bf615d36b06bb9bc7
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Upgrade to release 1.18.0 with the following changes:
- Added support for the QtStateMachine module
- Missing Linux multimedia libraries in Qt v6.8
- Updated the default ABIs used
- Set the minimum glibc version on x86-64 to v2.28
- Include specific (L)GPL LICENSE file in Qt wheels
- A regression that prevented single architecture Qt installations
being bundled on macOS was fixed.
The work was sponsored by GOVCERT.LU.
Change-Id: I3751c821a2cfce4a4f82136e7ec1a3c53852524b
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Port the recipe for building PyQt from meta-qt6 branch 6.7 to 6.8.
Update the recipe to version 6.8.0 with modules QtCore, QtGui,
QtNetwork, QtXml, QtNetwork, QtQml and QtSql.
The work was sponsored by GOVCERT.LU.
Change-Id: Ice4b75c7ad2de8ccce659f33bee683c558276487
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Port recipe python3-pyqt-builder-native from Qt 6.7 to Qt 6.8 and
update it to version 1.17.0.
The work was sponsored by GOVCERT.LU.
Change-Id: I66622da7b3bc87704fc681ce036fd7682e855cdc
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
The sip extension module provides support for the PyQt6 package.
This recipe has been ported from meta-qt6 branch 6.7 and updated
to version 13.9.1.
The work was sponsored by GOVCERT.LU.
Change-Id: Iea6421034abda646a1167e9e18846ae2117d93ca
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Fix has been merged in upstream, remove unneeded modifications.
Change-Id: Ifd6119a0fe2e045e23dca3f2079e862ef69c6374
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
Bring all pyside related changes from 6.7 branch to 6.8.
Fixes: PYSIDE-2889
Change-Id: I69b692815b715ebacd9ed708d0ca64c828021d82
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
Update python3-pytest-qt to version 4.2.0.
Pick-to: 6.7 6.6
Change-Id: Ib3cd21aaae59be4dbc02552c665e4c4f585e7cb2
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>