aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qttranslations_git.bb
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2015-08-30 12:49:32 +1000
committerMartin Jansa <Martin.Jansa@gmail.com>2015-09-07 17:05:42 +0200
commit08529ccd983cb932249ea25f0de40492212ba9c5 (patch)
treec29d1f4e9737ef2e6ac77cb3c896269d75840f6b /recipes-qt/qt5/qttranslations_git.bb
parent67f94fb2499539963cfa6922c1a823c68dbf9598 (diff)
qttranslations: package translations for qtwebsockets
Fixes the following warning: WARNING: QA Issue: qttranslations: Files/directories were installed but not shipped in any package: /usr/share/qt5/translations/qtwebsockets_fr.qm Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qttranslations_git.bb')
-rw-r--r--recipes-qt/qt5/qttranslations_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qttranslations_git.bb b/recipes-qt/qt5/qttranslations_git.bb
index d5fda1aa..cff2a09a 100644
--- a/recipes-qt/qt5/qttranslations_git.bb
+++ b/recipes-qt/qt5/qttranslations_git.bb
@@ -20,6 +20,7 @@ PACKAGES =. " \
${PN}-qtlocation \
${PN}-qtdeclarative \
${PN}-qtquickcontrols \
+ ${PN}-qtwebsockets \
${PN}-qtxmlpatterns \
${PN}-qtconfig \
${PN}-qtquick1 \
@@ -65,6 +66,10 @@ FILES_${PN}-qtquickcontrols = " \
${OE_QMAKE_PATH_TRANSLATIONS}/qtquickcontrols_*.qm \
"
+FILES_${PN}-qtwebsockets = " \
+ ${OE_QMAKE_PATH_TRANSLATIONS}/qtwebsockets_*.qm \
+"
+
FILES_${PN}-qtxmlpatterns = " \
${OE_QMAKE_PATH_TRANSLATIONS}/qtxmlpatterns_*.qm \
"