diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2020-01-08 13:52:52 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-01-11 14:59:12 +0100 |
| commit | aa50163cbe4a6dd7591e4b2ccca424d86ca2d556 (patch) | |
| tree | 1e6f2e2ed3c51afc4f704220cf9160b8a7ee6143 | |
| parent | 32edd746fdb768cc7786a244e6739aefd7ccac5a (diff) | |
| download | meta-qt5-aa50163cbe4a6dd7591e4b2ccca424d86ca2d556.tar.gz | |
qtenginio: remove obsolete module
QtEnginio hasn't been supported in a long while.
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
| -rw-r--r-- | lib/recipetool/create_qt5.py | 1 | ||||
| -rwxr-xr-x | recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb | 3 | ||||
| -rw-r--r-- | recipes-qt/qt5/qtenginio_git.bb | 16 |
3 files changed, 0 insertions, 20 deletions
diff --git a/lib/recipetool/create_qt5.py b/lib/recipetool/create_qt5.py index 3ac991fb..dab67b4a 100644 --- a/lib/recipetool/create_qt5.py +++ b/lib/recipetool/create_qt5.py | |||
| @@ -47,7 +47,6 @@ class Qt5CmakeHandler(CmakeExtensionHandler): | |||
| 47 | 'qtsystems': 'Qt5PublishSubscribe Qt5ServiceFramework Qt5SystemInfo', | 47 | 'qtsystems': 'Qt5PublishSubscribe Qt5ServiceFramework Qt5SystemInfo', |
| 48 | 'qtscript': 'Qt5Script Qt5ScriptTools', | 48 | 'qtscript': 'Qt5Script Qt5ScriptTools', |
| 49 | 'qttools': 'Qt5Designer Qt5Help Qt5LinguistTools Qt5UiPlugin Qt5UiTools', | 49 | 'qttools': 'Qt5Designer Qt5Help Qt5LinguistTools Qt5UiPlugin Qt5UiTools', |
| 50 | 'qtenginio': 'Qt5Enginio', | ||
| 51 | 'qtsensors': 'Qt5Sensors', | 50 | 'qtsensors': 'Qt5Sensors', |
| 52 | 'qtmultimedia': 'Qt5Multimedia Qt5MultimediaWidgets', | 51 | 'qtmultimedia': 'Qt5Multimedia Qt5MultimediaWidgets', |
| 53 | 'qtwebchannel': 'Qt5WebChannel', | 52 | 'qtwebchannel': 'Qt5WebChannel', |
diff --git a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb index e3c2a936..0fca38e6 100755 --- a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb +++ b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb | |||
| @@ -53,9 +53,6 @@ RDEPENDS_${PN} += " \ | |||
| 53 | qtdeclarative-tools \ | 53 | qtdeclarative-tools \ |
| 54 | qtdeclarative-staticdev \ | 54 | qtdeclarative-staticdev \ |
| 55 | qttranslations-qtdeclarative \ | 55 | qttranslations-qtdeclarative \ |
| 56 | qtenginio-dev \ | ||
| 57 | qtenginio-mkspecs \ | ||
| 58 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtenginio-qmlplugins', '', d)} \ | ||
| 59 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtgraphicaleffects-qmlplugins', '', d)} \ | 56 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtgraphicaleffects-qmlplugins', '', d)} \ |
| 60 | qtimageformats-dev \ | 57 | qtimageformats-dev \ |
| 61 | qtimageformats-plugins \ | 58 | qtimageformats-plugins \ |
diff --git a/recipes-qt/qt5/qtenginio_git.bb b/recipes-qt/qt5/qtenginio_git.bb deleted file mode 100644 index 30d5eeae..00000000 --- a/recipes-qt/qt5/qtenginio_git.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | require qt5.inc | ||
| 2 | require qt5-git.inc | ||
| 3 | |||
| 4 | LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial )" | ||
| 5 | LIC_FILES_CHKSUM = " \ | ||
| 6 | file://LICENSE.LGPLv21;md5=4bfd28363f541b10d9f024181b8df516 \ | ||
| 7 | file://LICENSE.LGPLv3;md5=e0459b45c5c4840b353141a8bbed91f0 \ | ||
| 8 | file://LICENSE.GPLv3;md5=88e2b9117e6be406b5ed6ee4ca99a705 \ | ||
| 9 | file://LGPL_EXCEPTION.txt;md5=9625233da42f9e0ce9d63651a9d97654 \ | ||
| 10 | file://LICENSE.FDL;md5=f70ee9a6c44ae8917586fea34dff0ab5 \ | ||
| 11 | " | ||
| 12 | |||
| 13 | DEPENDS += "qtbase qtdeclarative qtxmlpatterns" | ||
| 14 | |||
| 15 | QT_MODULE_BRANCH = "dev" | ||
| 16 | SRCREV = "23603a3b088178d8ec92fddb240e5a5c55d77d5a" | ||
