diff options
| author | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-01-30 12:11:02 +0200 |
|---|---|---|
| committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-02-04 23:10:13 +0200 |
| commit | 99c9d1849766bdc1429a5d0a09eaf16ec1f1b065 (patch) | |
| tree | c5baa2c84e2c4d6402c2993d664d7e5a19e449c6 | |
| parent | 27c10f248765d736bc45fd7d9ff6afd609a804fc (diff) | |
| download | meta-qt5-99c9d1849766bdc1429a5d0a09eaf16ec1f1b065.tar.gz | |
Revert "qttranslations: temporarily re-apply qmlviewer & qtquick1 files removal"
preceding commit "qt5: update submodules" includes updated qttranslations.
This reverts commit c017b5dc4c3d3e59f64c3beb7316335f6d341ee4.
Change-Id: I851644871c6c021db9b4b63091a9acef931491a2
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| -rw-r--r-- | recipes-qt/qt5/qttranslations_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qttranslations_git.bb b/recipes-qt/qt5/qttranslations_git.bb index a9ae6a2a..3b5a08f7 100644 --- a/recipes-qt/qt5/qttranslations_git.bb +++ b/recipes-qt/qt5/qttranslations_git.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS += "qtbase qttools-native" | |||
| 10 | 10 | ||
| 11 | do_install_append() { | 11 | do_install_append() { |
| 12 | # remove qtquick1 translations - qtquick1 is gone | 12 | # remove qtquick1 translations - qtquick1 is gone |
| 13 | for transfile in `find ${D}/${OE_QMAKE_PATH_TRANSLATIONS} -name qmlviewer_*.qm -o -name qtquick1_*.qm -o -name qt_*.qm ! -name qt_help_*.qm`; do | 13 | for transfile in `find ${D}/${OE_QMAKE_PATH_TRANSLATIONS} -name qt_*.qm ! -name qt_help_*.qm`; do |
| 14 | rm $transfile | 14 | rm $transfile |
| 15 | done | 15 | done |
| 16 | } | 16 | } |
