mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Latest from dev that will become 6.3.0 Change-Id: Ia75b4885a91a1bd97504de149558a048749a14e5 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
31 lines
1.2 KiB
BlitzBasic
31 lines
1.2 KiB
BlitzBasic
LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 ) & ( GPL-2.0+ | LGPL-3.0 ) | The-Qt-Company-Commercial"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
|
file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
|
|
file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
|
|
"
|
|
|
|
inherit qt6-cmake
|
|
|
|
include recipes-qt/qt6/qt6-git.inc
|
|
include recipes-qt/qt6/qt6.inc
|
|
|
|
SRC_URI += " \
|
|
${QT_GIT}/playground/qlitehtml.git;name=qlitehtml;branch=master;protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/assistant/qlitehtml \
|
|
git://github.com/litehtml/litehtml.git;name=litehtml;branch=master;destsuffix=git/src/assistant/qlitehtml/src/3rdparty/litehtml \
|
|
"
|
|
|
|
DEPENDS += "qtbase qtdeclarative qttools-native"
|
|
|
|
FILES_${PN}-tools += "${QT6_INSTALL_DATADIR}/phrasebooks"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
SRCREV_FORMAT = "qttools_qlitehtml_litehtml"
|
|
|
|
SRCREV_qttools = "1197f8e5467b6785ba3d6accb68cb4410356c373"
|
|
SRCREV_qlitehtml = "908670c5b68d3bcf4712019a028079b8b2042dd4"
|
|
SRCREV_litehtml = "2c033bff0ba2d93e5d58303523800d03c21903d4"
|