mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Update to the latest revisions from dev branches. Change-Id: Ia1ff260fd02e2c1a6dbb275c9e4679db6987935c Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
22 lines
635 B
BlitzBasic
22 lines
635 B
BlitzBasic
LICENSE = "GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | The-Qt-Company-Commercial"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
|
|
"
|
|
|
|
inherit qt6-cmake
|
|
|
|
include recipes-qt/qt6/qt6-git.inc
|
|
include recipes-qt/qt6/qt6.inc
|
|
|
|
DEPENDS += "qtbase qttools qttools-native"
|
|
|
|
PACKAGES_DYNAMIC = "${PN}-*"
|
|
|
|
python populate_packages_prepend () {
|
|
do_split_packages(d, d.expand('${QT6_INSTALL_TRANSLATIONSDIR}'),
|
|
r'^(.*?)(?:_..)+\.qm$', d.expand('${PN}-%s'),
|
|
'Qt translations for %s', extra_depends='')
|
|
}
|
|
|
|
SRCREV = "c0643cb8f11fe1dbe8abbff6a96e7f3e0c74f38a"
|