summaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Collapse)Author
2012-10-03qt3: Avoid circular dependencies with multilibdanny-8.0.2danny-8.0.11.3_M5.rc41.3_M5.rc31.3.2.final1.3.21.3dannyRichard Purdie
Without this, circular dependecies are found when attempting to build multilib versions of qt3 (or bitbake world in a multilib enabled build). Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-08qt3: fix interaction between qt3 and qt4 in the sysrootPaul Eggleton
* Add a -qt3 suffix to all installed utilities so that they do not clash with their qt4 counterparts. This fixes errors mentioning QtCore/QVariant, Q3Support etc. which occur due to the Qt4 version of uic/moc being used that output source files containing references to Qt4 headers. qt3x11.bbclass has been updated to point to these renamed executables so any recipes using this class should be unaffected by this renaming. * Install libraries using the standard oe_libinstall method Fixes [YOCTO #1810]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-08classes: remove qt3e.bbclassPaul Eggleton
We can't make use of this class since we don't have qt3-embedded, so remove it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-05-09meta-qt3: move files to top level for layerSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>