meta-qt6/recipes-qt/qt6/qttranslations_git.bb
Samuli Piippo 8309653390 qt6: update submodules
Update to the latest revisions from dev branches.

Change-Id: I0c1f9a682469eb3433002f5adfbd9fee032e84ff
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
2021-02-24 13:32:37 +02:00

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"