mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-18 21:21:56 +02:00
qttranslations, packagegroup-qt5-toolchain-target: drop qmlviewer
* it was removed from qttranslations in upstream commit: commit c49e22e0b3a48b67f481f7362b74d90e6596b60f Author: Kai Koehne <kai.koehne@qt.io> Date: Mon Dec 3 14:44:42 2018 +0100 Drop qtquick1 module qtquick1 has been removed from Qt in 5.6. The qtquick1 got removed from the supermodule in qt 5.11.2 (see change d60ef0b20247 in qt5.git). So it's high time to also remove the qtquick1 and qmlviewer translation logic from qttranslations. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -50,7 +50,6 @@ RDEPENDS_${PN} += " \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtdeclarative-qmlplugins', '', d)} \
|
||||
qtdeclarative-tools \
|
||||
qtdeclarative-staticdev \
|
||||
qttranslations-qmlviewer \
|
||||
qttranslations-qtdeclarative \
|
||||
qtenginio-dev \
|
||||
qtenginio-mkspecs \
|
||||
|
||||
@@ -10,7 +10,7 @@ DEPENDS += "qtbase qttools-native"
|
||||
|
||||
do_install_append() {
|
||||
# remove qtquick1 translations - qtquick1 is gone
|
||||
for transfile in `find ${D}/${OE_QMAKE_PATH_TRANSLATIONS} -name qtquick1_*.qm -o -name qt_*.qm ! -name qt_help_*.qm`; do
|
||||
for transfile in `find ${D}/${OE_QMAKE_PATH_TRANSLATIONS} -name qt_*.qm ! -name qt_help_*.qm`; do
|
||||
rm $transfile
|
||||
done
|
||||
}
|
||||
@@ -19,7 +19,6 @@ PACKAGES =. " \
|
||||
${PN}-assistant \
|
||||
${PN}-designer \
|
||||
${PN}-linguist \
|
||||
${PN}-qmlviewer \
|
||||
${PN}-qtconnectivity \
|
||||
${PN}-qtmultimedia \
|
||||
${PN}-qtlocation \
|
||||
@@ -47,10 +46,6 @@ FILES_${PN}-linguist = " \
|
||||
${OE_QMAKE_PATH_TRANSLATIONS}/linguist_*.qm \
|
||||
"
|
||||
|
||||
FILES_${PN}-qmlviewer = " \
|
||||
${OE_QMAKE_PATH_TRANSLATIONS}/qmlviewer_*.qm \
|
||||
"
|
||||
|
||||
FILES_${PN}-qtconnectivity = " \
|
||||
${OE_QMAKE_PATH_TRANSLATIONS}/qtconnectivity_*.qm \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user