summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/maliit
Commit message (Collapse)AuthorAgeFilesLines
* maliit-framework: fix build with glib 2.36Andreas Müller2013-05-192-0/+35
| | | | | | | | | 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>
* recipes: Unify indentationMartin Jansa2013-04-152-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* maliit-framework: enable autostartSamuel Stirtzel2013-04-092-1/+13
| | | | | | | 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>
* maliit-framework: fix for Qt applicationsSamuel Stirtzel2013-04-092-1/+46
| | | | | | | 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>
* maliit-plugins: Don't build the documentation as it requires DoxygenSamuel Stirtzel2012-12-111-0/+1
| | | | | Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* maliit-framework: Don't build the SDKSamuel Stirtzel2012-12-041-1/+1
| | | | | | | | | | | | | 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>
* maliit-plugins: Clean up recipe and add missing RDEPENDSSamuel Stirtzel2012-12-041-6/+4
| | | | | | | | | | 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>
* maliit-framework: Clean up recipe and use gtk-immodules-cache.bbclassSamuel Stirtzel2012-12-041-25/+7
| | | | | | | | 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>
* Revert "maliit-framework: Clean up recipe and use gtk-immodules-cache.bbclass"Koen Kooi2012-10-241-7/+25
| | | | | | The class hasn't hit oe-core yet This reverts commit eb66e508e33ccbec8299041265eef183913a3a8c.
* maliit-framework: Clean up recipe and use gtk-immodules-cache.bbclassSamuel Stirtzel2012-10-241-25/+7
| | | | | | | 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>
* Maliit: Add initial recipesSamuel Stirtzel2012-10-174-0/+188
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>