diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-06-29 12:50:39 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-07-02 09:55:33 +0000 |
commit | 23f38cdcffc0cde7345dd88976b066896e537a89 (patch) | |
tree | 8bb941f346cb380c6e6fa748c550b89cd5364294 | |
parent | 3635fe1e0b11e681fdca051a793b0b86319a82a2 (diff) | |
download | meta-boot2qt-23f38cdcffc0cde7345dd88976b066896e537a89.tar.gz |
Do not use qt meta catalog translation package
The qt_xx translations have dependencies to qtquick1 and qtscript,
which are not available in the image, which then breaks loading
of the translation file.
Task-number: QTBUG-69146
Change-Id: I76b785d802ebba6b1186c03d69322d182321ebbc
Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
-rw-r--r-- | meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb index 9bce410..ba20618 100644 --- a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb +++ b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb | |||
@@ -62,7 +62,6 @@ RDEPENDS_${PN} += " \ | |||
62 | qtsvg \ | 62 | qtsvg \ |
63 | qttools \ | 63 | qttools \ |
64 | qttools-tools \ | 64 | qttools-tools \ |
65 | qttranslations-qt \ | ||
66 | qttranslations-qtbase \ | 65 | qttranslations-qtbase \ |
67 | qttranslations-qtdeclarative \ | 66 | qttranslations-qtdeclarative \ |
68 | qttranslations-qtconnectivity \ | 67 | qttranslations-qtconnectivity \ |