aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/maliit/maliit-plugins_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-01-07 15:57:45 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-01-14 11:30:15 +0100
commit2bd11da4b50f401c9c49975aeedaaafa6a59d08b (patch)
treedb1b531c534d13cd51d0b9fa4c418b89e899879e /meta-oe/recipes-support/maliit/maliit-plugins_git.bb
parent8700ba38804af3c27f3662737f679afa1bdc86da (diff)
downloadmeta-openembedded-contrib-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/maliit/maliit-plugins_git.bb')
-rw-r--r--meta-oe/recipes-support/maliit/maliit-plugins_git.bb35
1 files changed, 0 insertions, 35 deletions
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 @@
-SUMMARY = "Plugins for a virtual keyboard for touch-screen based user interfaces"
-HOMEPAGE = "https://wiki.maliit.org/Main_Page"
-
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f29b21caa8e460097bfad9c026a33621"
-
-inherit autotools qt4x11
-
-PNBLACKLIST[maliit-plugins] ?= "BROKEN: depends on broken maliit-framework"
-
-DEPENDS = "maliit-framework"
-
-RDEPENDS_${PN} += "qt4-plugin-iconengine-svgicon qt4-plugin-imageformat-svg"
-
-SRC_URI = "git://github.com/maliit/plugins.git;branch=master"
-
-SRCREV = "0760e585df494b394df1b887e5138ffef19c481f"
-PV = "0.92.3+git${SRCPV}"
-
-EXTRA_QMAKEVARS_PRE = "\
- PREFIX=${prefix} \
- LIBDIR=${libdir} \
- CONFIG+=nodoc \
-"
-
-FILES_${PN} += "\
- ${libdir}/maliit \
- ${datadir} \
-"
-
-FILES_${PN}-dbg += "${libdir}/maliit/plugins-*/.debug"
-
-S= "${WORKDIR}/git"
-
-EXTRA_OEMAKE += "INSTALL_ROOT=${D}"