mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
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>
13 lines
420 B
BlitzBasic
13 lines
420 B
BlitzBasic
SUMMARY = "The PEP 517 compliant PyQt build system"
|
|
HOMEPAGE = "https://pypi.org/project/PyQt-builder/"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1d69a33480ebf4ff8a7a760826d84e"
|
|
|
|
SRC_URI[sha256sum] = "ce9930aafc1ce0af928a6944bcc80ecf78c23ffdcad6ac111306c4c71057848e"
|
|
|
|
inherit pypi python_setuptools_build_meta native
|
|
|
|
PYPI_PACKAGE = "pyqt_builder"
|
|
|
|
DEPENDS += "python3-setuptools-scm-native"
|