mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qttranslations: add catalogs.json into dev package
A new catalogs.json file is created for deployment purposes.
Include it a dev package.
Change-Id: I2e28c9ee886d8f09a79c5f13cf38e47cb2dc81f0
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
(cherry picked from commit b6928361f7)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
47416406c4
commit
fdf3b8ae41
|
|
@ -12,7 +12,7 @@ include recipes-qt/qt6/qt6.inc
|
|||
|
||||
DEPENDS += "qtbase qttools qttools-native"
|
||||
|
||||
PACKAGES = "${PN}"
|
||||
PACKAGES = "${PN} ${PN}-dev"
|
||||
PACKAGES_DYNAMIC = "${PN}-*"
|
||||
PACKAGESPLITFUNCS:prepend = "split_translation_packages "
|
||||
|
||||
|
|
@ -27,3 +27,4 @@ python split_translation_packages () {
|
|||
d.setVar('RRECOMMENDS:' + pn, ' '.join(pkgs))
|
||||
}
|
||||
|
||||
FILES:${PN}-dev = "${QT6_INSTALL_TRANSLATIONSDIR}/catalogs.json"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user