summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/canonical-multitouch
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated python3-subprocess from the RDEPENDSDerek Straka2018-01-261-1/+0
| | | | | | | | The python3-subprocess package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-textutils from the RDEPENDSDerek Straka2018-01-261-1/+0
| | | | | | | | The python3-textutils package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-argparse from the RDEPENDSDerek Straka2018-01-261-1/+0
| | | | | | | | The python3-argparse package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* frame,grail: Disable PIE in SECURITY_FLAGSKhem Raj2017-04-262-0/+3
| | | | | | Doesnt compile yet with PIE turned on Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geis: Fix build with gcc7Khem Raj2017-04-262-2/+46
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grail: Disable elision warnings for clangKhem Raj2017-03-111-1/+1
| | | | | | | | | | | | | | | Clang warns more, but lets disable them for now ../../grail-3.1.1/src/handle.cpp:65:5: error: moving a temporary object prevents copy elision [-Werror,-Wpessimizing-move] std::move(UniqueRecognizer(recognizer)); ^ ../../grail-3.1.1/src/handle.cpp:65:5: note: remove std::move call here std::move(UniqueRecognizer(recognizer)); ^~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Make use of the new bb.utils.filter() functionPeter Kjellerstedt2017-03-072-2/+2
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* frame: Fix build with clangKhem Raj2016-10-262-1/+29
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geis: Add python3-argparse module to RDEPENDSFabio Berton2016-09-051-0/+1
| | | | | | | | Python module argparse was removed from python3-misc package, so we need to add new python3-argparse package to RDEPENDS. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geis: add a patch to fix incorrect indentation issues and remove ↵Derek Straka2016-06-232-3/+17
| | | | | | | -Wno-error=misleading-indentation Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* grail: update to version 3.1.1Derek Straka2016-06-151-5/+2
| | | | | | | * Addresses issues with gcc6 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geis: add CFLAG to ignore misleading indentationsDerek Straka2016-06-151-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* abiword, fbreader, tvheadend, glmark2, libqmi, modemmanager, thrift, wvdial, ↵Martin Jansa2016-06-132-0/+5
| | | | | | wvstreams, dt, collectd, gtkmathview, tcsh, glcompbench, geos, libspatialite, geis, grail, opencv, openwbem, fwts: blacklist, fails to build with gcc-6 or glibc-2.24 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geis: add missing dependency on virtual/libx11 libxext libxi libxcb dbus frameMartin Jansa2016-02-251-2/+4
| | | | | | | * all these are checked by configure.ac with PKG_CHECK_MODULES * add x11 to required DISTRO_FEATURES Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geis: initial add 2.2.17Andreas Müller2016-02-011-0/+52
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* grail: initial add 3.1.0Andreas Müller2016-02-011-0/+23
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* frame: initial add 2.5.0Andreas Müller2016-02-011-0/+21
Note: configure.ac asks for xorg-server explicitly. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>