aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qte
AgeCommit message (Collapse)Author
2014-07-27qte: add dependency on alsa-libPaul Eggleton
With the ALSA patch we now link to libasound2. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-06-08qte: port QSound to use ALSAPaul Eggleton
Add a patch from Vasily Khoruzhick <anarsoul@gmail.com> to enable support for ALSA instead of OSS when using QSound (qss). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-08-26qte: fix for compilation with libpng 1.5+Paul Eggleton
Add a patch to fix QtE's PNG support code for the newer libpng API. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-08-26qte: fix compiler error with gcc 4.7+Paul Eggleton
Adds another fix for local method call without this->. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20Fix unqualified LICENSE for core recipesPaul Eggleton
Fix unqualified "GPL" and "LGPL" values in the LICENSE field for core Opie recipes. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18qte-common: adapt for {moc,uic} -> {moc,uic}2 changeDmitry Eremin-Solenikov
qt2 tools have suffix 2, adapt qt2 class to use them. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-20Drop PRIORITY variablePaul Eggleton
As discussed on the OE-core mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. (Also tidied up some others that weren't picked up by this.) (Prompted by OE-Core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30qte: enable tslib in configurePaul Eggleton
This was pseudo-enabled already, however without it we don't properly link against libts and we get failures when linking against libqte later on. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30Add LIC_FILES_CHKSUM to many recipesPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30initial commit of meta-opiePaul Eggleton
Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>