diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-07 15:57:45 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-14 11:30:15 +0100 |
| commit | 2bd11da4b50f401c9c49975aeedaaafa6a59d08b (patch) | |
| tree | db1b531c534d13cd51d0b9fa4c418b89e899879e /meta-oe/recipes-support | |
| parent | 8700ba38804af3c27f3662737f679afa1bdc86da (diff) | |
| download | meta-openembedded-2bd11da4b50f401c9c49975aeedaaafa6a59d08b.tar.gz | |
recipes: remove recipes using or depending on qt4 bbclasses or recipes
* anki is removed because it runtime depends on python-pyqt, other
recipes are inheriting one of bbclasses removed from oe-core in:
commit cb89d2b25b4edb1241bc5426a69a6bc44df9be2c
Author: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Date: Fri Nov 27 15:48:20 2015 +0200
qt4: remove recipes and classes
* if you're still using one of these recipes add it to meta-qt4 layer
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
7 files changed, 0 insertions, 266 deletions
diff --git a/meta-oe/recipes-support/maliit/maliit-framework/0001-Fix-MALIIT_INSTALL_PRF-to-allow-the-build-with-opene.patch b/meta-oe/recipes-support/maliit/maliit-framework/0001-Fix-MALIIT_INSTALL_PRF-to-allow-the-build-with-opene.patch deleted file mode 100644 index acd9a57a57..0000000000 --- a/meta-oe/recipes-support/maliit/maliit-framework/0001-Fix-MALIIT_INSTALL_PRF-to-allow-the-build-with-opene.patch +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | From 33554f9b3fd493c7e28617fd01466ffa87251f27 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Samuel Stirtzel <s.stirtzel@googlemail.com> | ||
| 3 | Date: Wed, 1 Aug 2012 13:21:51 +0200 | ||
| 4 | Subject: [PATCH] Fix MALIIT_INSTALL_PRF to allow the build with openembedded | ||
| 5 | |||
| 6 | Upstream-Status: Inappropriate [configuration] | ||
| 7 | |||
| 8 | Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> | ||
| 9 | --- | ||
| 10 | config.pri | 8 +++++--- | ||
| 11 | 1 file changed, 5 insertions(+), 3 deletions(-) | ||
| 12 | |||
| 13 | diff --git a/config.pri b/config.pri | ||
| 14 | index b037b8c..43409f3 100644 | ||
| 15 | --- a/config.pri | ||
| 16 | +++ b/config.pri | ||
| 17 | @@ -161,9 +161,11 @@ contains(QT_MAJOR_VERSION, 4) { | ||
| 18 | QT_WIDGETS = gui widgets | ||
| 19 | } | ||
| 20 | |||
| 21 | -MALIIT_INSTALL_PRF = $$[QT_INSTALL_DATA]/mkspecs/features | ||
| 22 | -local-install { | ||
| 23 | - MALIIT_INSTALL_PRF = $$replace(MALIIT_INSTALL_PRF, $$[QT_INSTALL_PREFIX], $$PREFIX) | ||
| 24 | +isEmpty(MALIIT_INSTALL_PRF) { | ||
| 25 | + MALIIT_INSTALL_PRF = $$[QT_INSTALL_DATA]/mkspecs/features | ||
| 26 | + local-install { | ||
| 27 | + MALIIT_INSTALL_PRF = $$replace(MALIIT_INSTALL_PRF, $$[QT_INSTALL_PREFIX], $$PREFIX) | ||
| 28 | + } | ||
| 29 | } | ||
| 30 | |||
| 31 | defineTest(outputFile) { | ||
| 32 | -- | ||
| 33 | 1.7.9.5 | ||
| 34 | |||
diff --git a/meta-oe/recipes-support/maliit/maliit-framework/0001-Fix-QT_IM_PLUGIN_PATH-to-allow-openembedded-to-build.patch b/meta-oe/recipes-support/maliit/maliit-framework/0001-Fix-QT_IM_PLUGIN_PATH-to-allow-openembedded-to-build.patch deleted file mode 100644 index 830e6deb4e..0000000000 --- a/meta-oe/recipes-support/maliit/maliit-framework/0001-Fix-QT_IM_PLUGIN_PATH-to-allow-openembedded-to-build.patch +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | From fb6acbd2af9ed288c1c4f4200fc73d8d9955486a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Samuel Stirtzel <s.stirtzel@googlemail.com> | ||
| 3 | Date: Wed, 1 Aug 2012 13:33:10 +0200 | ||
| 4 | Subject: [PATCH] Fix QT_IM_PLUGIN_PATH to allow openembedded to build Maliit | ||
| 5 | |||
| 6 | Upstream-Status: Inappropriate [configuration] | ||
| 7 | |||
| 8 | Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> | ||
| 9 | --- | ||
| 10 | input-context/input-context.pri | 10 ++++++---- | ||
| 11 | 1 file changed, 6 insertions(+), 4 deletions(-) | ||
| 12 | |||
| 13 | diff --git a/input-context/input-context.pri b/input-context/input-context.pri | ||
| 14 | index d94e6a3..d460e70 100644 | ||
| 15 | --- a/input-context/input-context.pri | ||
| 16 | +++ b/input-context/input-context.pri | ||
| 17 | @@ -25,8 +25,10 @@ for(OPTION,$$list($$lower($$COV_OPTION))){ | ||
| 18 | |||
| 19 | QMAKE_CLEAN += $$OBJECTS_DIR/*.gcno $$OBJECTS_DIR/*.gcda | ||
| 20 | |||
| 21 | -QT_IM_PLUGIN_PATH = $$[QT_INSTALL_PLUGINS]/inputmethods | ||
| 22 | -QT_PREFIX = $$[QT_INSTALL_PREFIX] | ||
| 23 | -local-install { | ||
| 24 | - QT_IM_PLUGIN_PATH = $$replace(QT_IM_PLUGIN_PATH, $$QT_PREFIX, $$PREFIX) | ||
| 25 | +isEmpty(QT_IM_PLUGIN_PATH) { | ||
| 26 | + QT_IM_PLUGIN_PATH = $$[QT_INSTALL_PLUGINS]/inputmethods | ||
| 27 | + QT_PREFIX = $$[QT_INSTALL_PREFIX] | ||
| 28 | + local-install { | ||
| 29 | + QT_IM_PLUGIN_PATH = $$replace(QT_IM_PLUGIN_PATH, $$QT_PREFIX, $$PREFIX) | ||
| 30 | + } | ||
| 31 | } | ||
| 32 | -- | ||
| 33 | 1.7.9.5 | ||
| 34 | |||
diff --git a/meta-oe/recipes-support/maliit/maliit-framework/0001-Link-to-libmaliit-1-0-in-inputcontext-plugin.patch b/meta-oe/recipes-support/maliit/maliit-framework/0001-Link-to-libmaliit-1-0-in-inputcontext-plugin.patch deleted file mode 100644 index c2291c6b7b..0000000000 --- a/meta-oe/recipes-support/maliit/maliit-framework/0001-Link-to-libmaliit-1-0-in-inputcontext-plugin.patch +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | From cc33efdedbec9e9a55e9a0c6756516fd84d42e53 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Samuel Stirtzel <s.stirtzel@googlemail.com> | ||
| 3 | Date: Fri, 1 Mar 2013 11:31:41 +0100 | ||
| 4 | Subject: [PATCH] Link to libmaliit-1,0 in inputcontext plugin | ||
| 5 | |||
| 6 | Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> | ||
| 7 | --- | ||
| 8 | .../input-context-plugin/input-context-plugin.pro | 2 ++ | ||
| 9 | 1 file changed, 2 insertions(+) | ||
| 10 | |||
| 11 | diff --git a/input-context/input-context-plugin/input-context-plugin.pro b/input-context/input-context-plugin/input-context-plugin.pro | ||
| 12 | index eefbe93..296e2fa 100644 | ||
| 13 | --- a/input-context/input-context-plugin/input-context-plugin.pro | ||
| 14 | +++ b/input-context/input-context-plugin/input-context-plugin.pro | ||
| 15 | @@ -15,3 +15,5 @@ CONFIG += plugin | ||
| 16 | |||
| 17 | INSTALLS += target | ||
| 18 | target.path += $$QT_IM_PLUGIN_PATH | ||
| 19 | + | ||
| 20 | +LIBS += -L../../lib -l"maliit-1.0" | ||
| 21 | -- | ||
| 22 | 1.7.9.5 | ||
| 23 | |||
diff --git a/meta-oe/recipes-support/maliit/maliit-framework/0002-ut_maliit_glib_settings-fix-build-for-glib-2.36.patch b/meta-oe/recipes-support/maliit/maliit-framework/0002-ut_maliit_glib_settings-fix-build-for-glib-2.36.patch deleted file mode 100644 index df4f1794e3..0000000000 --- a/meta-oe/recipes-support/maliit/maliit-framework/0002-ut_maliit_glib_settings-fix-build-for-glib-2.36.patch +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | From 839e0933f09309a0374aa58cc58439c3a1f157b2 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
| 3 | Date: Tue, 14 May 2013 10:24:48 +0200 | ||
| 4 | Subject: [PATCH] ut_maliit_glib_settings: fix build for glib 2.36 | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | |||
| 9 | Upstream-Status: Inappropriate [code removed upstream] | ||
| 10 | |||
| 11 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
| 12 | --- | ||
| 13 | .../ut_maliit_glib_settings.c | 3 ++- | ||
| 14 | 1 files changed, 2 insertions(+), 1 deletions(-) | ||
| 15 | |||
| 16 | diff --git a/tests/ut_maliit_glib_settings/ut_maliit_glib_settings.c b/tests/ut_maliit_glib_settings/ut_maliit_glib_settings.c | ||
| 17 | index 476ba33..09b6261 100644 | ||
| 18 | --- a/tests/ut_maliit_glib_settings/ut_maliit_glib_settings.c | ||
| 19 | +++ b/tests/ut_maliit_glib_settings/ut_maliit_glib_settings.c | ||
| 20 | @@ -188,8 +188,9 @@ test_settings_manager_emits_disconnected(void) | ||
| 21 | int | ||
| 22 | main (int argc, char **argv) { | ||
| 23 | g_test_init(&argc, &argv, NULL); | ||
| 24 | +#if !GLIB_CHECK_VERSION (2, 36, 0) | ||
| 25 | g_type_init(); | ||
| 26 | - | ||
| 27 | +#endif | ||
| 28 | g_test_add_func("/ut_maliit_glib_settings/MaliitSettingsManager/preferred_description_locale/default", | ||
| 29 | test_preferred_description_locale_default); | ||
| 30 | g_test_add_func("/ut_maliit_glib_settings/MaliitSettingsManager/preferred_description_locale/set-get-roundtrip", | ||
| 31 | -- | ||
| 32 | 1.7.6.5 | ||
| 33 | |||
diff --git a/meta-oe/recipes-support/maliit/maliit-framework/maliit-server.desktop b/meta-oe/recipes-support/maliit/maliit-framework/maliit-server.desktop deleted file mode 100644 index 24bdf9b525..0000000000 --- a/meta-oe/recipes-support/maliit/maliit-framework/maliit-server.desktop +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | [Desktop Entry] | ||
| 2 | Name=Maliit server | ||
| 3 | Exec=/usr/bin/maliit-server | ||
| 4 | Icon= | ||
| 5 | Type=Application | ||
| 6 | Categories=Utility; | ||
diff --git a/meta-oe/recipes-support/maliit/maliit-framework_git.bb b/meta-oe/recipes-support/maliit/maliit-framework_git.bb deleted file mode 100644 index 3eb7f30dfc..0000000000 --- a/meta-oe/recipes-support/maliit/maliit-framework_git.bb +++ /dev/null | |||
| @@ -1,101 +0,0 @@ | |||
| 1 | SUMMARY = "A virtual keyboard for touch-screen based user interfaces" | ||
| 2 | HOMEPAGE = "https://wiki.maliit.org/Main_Page" | ||
| 3 | |||
| 4 | LICENSE = "LGPLv2.1" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=5c917f6ce94ceb8d8d5e16e2fca5b9ad" | ||
| 6 | |||
| 7 | inherit autotools qt4x11 gtk-immodules-cache | ||
| 8 | |||
| 9 | PNBLACKLIST[maliit-framework] ?= "BROKEN: Wasn't updated to work with B!=S, maybe incorrectly inherits autotools" | ||
| 10 | |||
| 11 | DEPENDS = "libxcomposite dbus gtk+3 gtk+" | ||
| 12 | |||
| 13 | SRC_URI = "git://github.com/maliit/framework.git;branch=master \ | ||
| 14 | file://0001-Fix-MALIIT_INSTALL_PRF-to-allow-the-build-with-opene.patch \ | ||
| 15 | file://0001-Fix-QT_IM_PLUGIN_PATH-to-allow-openembedded-to-build.patch \ | ||
| 16 | file://0001-Link-to-libmaliit-1-0-in-inputcontext-plugin.patch \ | ||
| 17 | file://0002-ut_maliit_glib_settings-fix-build-for-glib-2.36.patch \ | ||
| 18 | file://maliit-server.desktop \ | ||
| 19 | " | ||
| 20 | |||
| 21 | SRCREV = "750842dec74a9b17dca91ef779c4fc5a43c4d9dc" | ||
| 22 | PV = "0.92.3+git${SRCPV}" | ||
| 23 | PR = "r1" | ||
| 24 | |||
| 25 | |||
| 26 | PACKAGES =+ "${PN}-gtk" | ||
| 27 | GTKIMMODULES_PACKAGES = "${PN}-gtk" | ||
| 28 | |||
| 29 | RDEPENDS_${PN} = "qt4-plugin-inputmethod-imsw-multi libqtsvg4" | ||
| 30 | |||
| 31 | RRECOMMENDS_${PN} = "maliit-plugins" | ||
| 32 | |||
| 33 | |||
| 34 | FILES_${PN} += "\ | ||
| 35 | ${libdir}/maliit/plugins-*/factories/libmaliit-plugins-quick-factory-*.so \ | ||
| 36 | ${libdir}/qt4/plugins/inputmethods/*.so \ | ||
| 37 | ${datadir}/applications/maliit-server.desktop \ | ||
| 38 | " | ||
| 39 | |||
| 40 | FILES_${PN}-dbg += "\ | ||
| 41 | ${libdir}/maliit-framework-tests \ | ||
| 42 | ${libdir}/gtk-*/*/immodules/.debug \ | ||
| 43 | ${libdir}/maliit/plugins-*/factories/.debug \ | ||
| 44 | ${libdir}/qt4/plugins/.debug \ | ||
| 45 | ${libdir}/qt4/plugins/inputmethods/.debug \ | ||
| 46 | " | ||
| 47 | |||
| 48 | FILES_${PN}-dev += "${datadir}/qt4" | ||
| 49 | |||
| 50 | FILES_${PN}-gtk +="\ | ||
| 51 | ${bindir}/maliit-exampleapp-gtk* \ | ||
| 52 | \ | ||
| 53 | ${libdir}/gtk-*/*/immodules/libim-maliit.so\ | ||
| 54 | " | ||
| 55 | |||
| 56 | EXTRA_QMAKEVARS_PRE = "\ | ||
| 57 | PREFIX=${prefix} \ | ||
| 58 | LIBDIR=${libdir} \ | ||
| 59 | QT_IM_PLUGIN_PATH=${libdir}/qt4/plugins/inputmethods \ | ||
| 60 | MALIIT_INSTALL_PRF=${datadir}/qt4/mkspecs/features \ | ||
| 61 | SCHEMADIR=${sysconfdir}/gconf/schemas \ | ||
| 62 | CONFIG+=disable-gconf \ | ||
| 63 | CONFIG+=disable-gtk-cache-update \ | ||
| 64 | CONFIG+=local-install \ | ||
| 65 | CONFIG+=nosdk \ | ||
| 66 | " | ||
| 67 | |||
| 68 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" | ||
| 69 | |||
| 70 | do_install_append() { | ||
| 71 | #Fix absolute paths | ||
| 72 | sed -i -e "s|/usr|${STAGING_DIR_TARGET}${prefix}|" ${D}/${datadir}/qt4/mkspecs/features/maliit-framework.prf | ||
| 73 | sed -i -e "s|/usr|${STAGING_DIR_TARGET}${prefix}|" ${D}/${datadir}/qt4/mkspecs/features/maliit-plugins.prf | ||
| 74 | |||
| 75 | install -d ${D}${datadir}/applications | ||
| 76 | install -m 644 ${WORKDIR}/maliit-server.desktop ${D}${datadir}/applications | ||
| 77 | } | ||
| 78 | |||
| 79 | pkg_postinst_${PN} () { | ||
| 80 | #!/bin/sh | ||
| 81 | # should run online | ||
| 82 | if [ "x$D" != "x" ]; then | ||
| 83 | exit 1 | ||
| 84 | fi | ||
| 85 | echo "export QT_IM_MODULE=Maliit" >> /etc/xprofile | ||
| 86 | ln -s /usr/share/applications/maliit-server.desktop /etc/xdg/autostart/maliit-server.desktop | ||
| 87 | } | ||
| 88 | |||
| 89 | pkg_postrm_${PN} () { | ||
| 90 | #!/bin/sh | ||
| 91 | # should run online | ||
| 92 | if [ "x$D" = "x" ]; then | ||
| 93 | exit 1 | ||
| 94 | fi | ||
| 95 | if [ -e "/etc/xprofile" ]; then | ||
| 96 | sed -i -e "g|export QT_IM_MODULE=Maliit|d" /etc/xprofile | ||
| 97 | fi | ||
| 98 | rm -f /etc/xdg/autostart/maliit-server.desktop | ||
| 99 | } | ||
| 100 | |||
| 101 | S = "${WORKDIR}/git" | ||
diff --git a/meta-oe/recipes-support/maliit/maliit-plugins_git.bb b/meta-oe/recipes-support/maliit/maliit-plugins_git.bb deleted file mode 100644 index 3c040d87a7..0000000000 --- a/meta-oe/recipes-support/maliit/maliit-plugins_git.bb +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | SUMMARY = "Plugins for a virtual keyboard for touch-screen based user interfaces" | ||
| 2 | HOMEPAGE = "https://wiki.maliit.org/Main_Page" | ||
| 3 | |||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f29b21caa8e460097bfad9c026a33621" | ||
| 6 | |||
| 7 | inherit autotools qt4x11 | ||
| 8 | |||
| 9 | PNBLACKLIST[maliit-plugins] ?= "BROKEN: depends on broken maliit-framework" | ||
| 10 | |||
| 11 | DEPENDS = "maliit-framework" | ||
| 12 | |||
| 13 | RDEPENDS_${PN} += "qt4-plugin-iconengine-svgicon qt4-plugin-imageformat-svg" | ||
| 14 | |||
| 15 | SRC_URI = "git://github.com/maliit/plugins.git;branch=master" | ||
| 16 | |||
| 17 | SRCREV = "0760e585df494b394df1b887e5138ffef19c481f" | ||
| 18 | PV = "0.92.3+git${SRCPV}" | ||
| 19 | |||
| 20 | EXTRA_QMAKEVARS_PRE = "\ | ||
| 21 | PREFIX=${prefix} \ | ||
| 22 | LIBDIR=${libdir} \ | ||
| 23 | CONFIG+=nodoc \ | ||
| 24 | " | ||
| 25 | |||
| 26 | FILES_${PN} += "\ | ||
| 27 | ${libdir}/maliit \ | ||
| 28 | ${datadir} \ | ||
| 29 | " | ||
| 30 | |||
| 31 | FILES_${PN}-dbg += "${libdir}/maliit/plugins-*/.debug" | ||
| 32 | |||
| 33 | S= "${WORKDIR}/git" | ||
| 34 | |||
| 35 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" | ||
