mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Update to latest content in Qt 6.0 branch. Task-number: QTBUG-92335 Change-Id: I599a49f210ae445d45dcaf33bc86be5a85fcb662 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
16 lines
370 B
BlitzBasic
16 lines
370 B
BlitzBasic
LICENSE = "GFDL-1.3 & BSD & GPL-3.0 | The-Qt-Company-Commercial"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
"
|
|
|
|
inherit qt6-cmake
|
|
|
|
include recipes-qt/qt6/qt6-git.inc
|
|
include recipes-qt/qt6/qt6.inc
|
|
|
|
DEPENDS = "qtbase qtshadertools-native"
|
|
|
|
BBCLASSEXTEND =+ "native nativesdk"
|
|
|
|
SRCREV = "227f6a9706eaccc41641873be01f406ba11ab708"
|