aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/maliit
AgeCommit message (Collapse)Author
2016-01-14recipes: remove recipes using or depending on qt4 bbclasses or recipesMartin Jansa
* 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>
2014-12-17PNBLACKLIST: use weak assignmentsMartin Jansa
* this makes it easier to unblacklist it from local.conf which is parsed before the recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21maliit-framework, maliit-plugins: Blacklist because of broken build with B!=SMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-12maliit-framework: add dependency on dbus, gtk+ and gtk+3 for deterministic ↵Martin Jansa
builds * otherwise maliit-framework-gtk is empty * fixes following issues from test-dependencies report: maliit-framework/maliit-framework-gtk/latest lost dependency on eglibc glib-2.0 gtk+ gtk+3 libgcc libqtcore4 maliit-framework pango Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-05maliit-framework: add dependency on libxcompositeMartin Jansa
* otherwise fails in do_compile with: | mimremotewindow.cpp:27:39: fatal error: X11/extensions/Xcomposite.h: No such file or directory | #include <X11/extensions/Xcomposite.h> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-31maliit: Follow move to githubChristoph Settgast
The maliit sources are hosted on github now, update the SRC_URI accordingly. Signed-off-by: Christoph Settgast <christoph.settgast@methodpark.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-19maliit-framework: fix build with glib 2.36Andreas Müller
Upstream code has seen many structural changes and the failing test is gone. Since changing to latest sources might cause huge reworking/test-efforts this patch only fixes the build error. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-09maliit-framework: enable autostartSamuel Stirtzel
maliit-server will start via xdg autostart Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-09maliit-framework: fix for Qt applicationsSamuel Stirtzel
fixes a linking issue and also sets the required variable for X based programms Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11maliit-plugins: Don't build the documentation as it requires DoxygenSamuel Stirtzel
Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-04maliit-framework: Don't build the SDKSamuel Stirtzel
The SDK installs binaries in the /usr/share/doc directory This fixes QA errors like: ERROR: QA Issue: non debug package contains .debug directory: maliit-framework-doc path /work/armv7a-vfp-neon-oe-linux-gnueabi/maliit-framework/0.92.3+git1+750842dec74a9b17dca91ef779c4fc5a43c4d9dc-r0/packages-split/maliit-framework-doc/usr/share/doc/maliit-framework/maliit-sdk/examples/apps/settings/.debug/maliit-exampleapp-settings Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-04maliit-plugins: Clean up recipe and add missing RDEPENDSSamuel Stirtzel
The following errors are only shown when started from console, also there are no visible errors during execution. Error fixed: QML Image: Error decoding: file:///usr/share/maliit/plugins/org/nemomobile/icon-m-input-methods-shift-lowercase.svg: Unsupported image format This is unaffected from whether libqtsvg4 is installed or not. Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-04maliit-framework: Clean up recipe and use gtk-immodules-cache.bbclassSamuel Stirtzel
To be merged after gtk-immodules-cache.bbclass hits oe-core Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-24Revert "maliit-framework: Clean up recipe and use gtk-immodules-cache.bbclass"Koen Kooi
The class hasn't hit oe-core yet This reverts commit eb66e508e33ccbec8299041265eef183913a3a8c.
2012-10-24maliit-framework: Clean up recipe and use gtk-immodules-cache.bbclassSamuel Stirtzel
To be merged after gtk-immodules-cache.bbclass hits oe-core Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-17Maliit: Add initial recipesSamuel Stirtzel
Maliit is a Qt based virtual keyboard under liberal license (LGPLv2.1 / BSD) The inputmethod framework from Qt is used and it supports gtk-immodules. It can also be used without dependencies to GTK+ (separate package for GTK+) Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>