mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-04 16:10:12 +00:00
Update to the latest revisions from dev branches. Change-Id: I0c1f9a682469eb3433002f5adfbd9fee032e84ff 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 = "8fd7e41f5a0e4501ba40631ef96a0dcdecfc13d7"
|