aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt4-embedded.inc
AgeCommit message (Collapse)Author
2011-05-26qt4 4.6.3: bump PR for wsegl header changeKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-25qt4-embedded: enable support for the built-in LinuxInput keyboard driverMichael 'Mickey' Lauer
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-06qt4: fix incorrect pkg-config filesAndreas Oberritter
* Previously, include statements were generated like this: -I.../mipsel-oe-linux/usr/include/qtopia/QtCore -I.../mipsel-oe-linux/usr/include/qtopia/QtCore/qt4-embedded/QtCoreE -I.../mipsel-oe-linux/usr/include/qtopia/QtCore/qtopia * The sed rules ignored QT_LIBINFIX. * The sed rules incorrectly used QT_BASE_NAME instead of QT_DIR_NAME. * Now, they look like this, which is what an application expects: -I.../mipsel-oe-linux/usr/include/qtopia/QtCore -I.../mipsel-oe-linux/usr/include/qtopia * Tested with qt4-embedded on mipsel Signed-off-by: Andreas Oberritter <obi@opendreambox.org> CC: Koen Kooi <k.kooi@student.utwente.nl> Acked-by: Koen Kooi <koen@openembedded.org>
2011-01-03qt4: switch to mysql5 to avoid header clashes in stagingKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-10-19qt4: move QtDeclarative to qt4.incKoen Kooi
* This avoids pulling in Qt 4.7.0 into meta-toolchain-qte when 4.6.3 is specified * No further changes in behaviour or packaging
2010-10-19qt4: replace underscore with dash in library nameChase Maupin
* For libraries that are added to the QT_LIB_NAMES or QT_EXTRA_LIBS variables replace any "_" characters in the library name with "-" for use in the package name. * The actual library file names are left alone. * Bump the PR for packages using qt4.inc Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Holger Hans Peter Freyther <holger@moiji-mobile.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-27qte: only export touchscreen setting if ts existsChase Maupin
* Changed the qte.sh script to check for whether or not the touchscreen exists before exporting QWS_MOUSE_PROTO to use the touchscreen. This is so that devices that don't have a touchscreen can use the regular mouse support. * Bumped the PR Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-09-26qt4: Bump the PR after packaging changesHolger Hans Peter Freyther
2010-08-26qt4-embedded: bump INC_PRKoen Kooi
2010-08-26qt4-embedded: fixed adding qte.sh in packageBas van den Berg
2010-06-03qt4-embedded: rename qtdemo fileChase Maupin
* Changed the name of the qtdemo exectable installed in the /usr/bin directory to qtdemoE for Qt embedded builds. This allows the Qt embedded version of the demos package to co-exist with the Qt X11 version. * Changed the demos package file list to accept both qtdemo and qtdemoE. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-10qt4-embedded: fix decorations and mouse configsKoen Kooi
Imported from http://arago-project.org/git/?p=arago.git;a=commitdiff;h=0fe5a365d34a07f93861741e25c5cfaaf662aa1c Original patch done by Denys Dmytriyenko
2010-03-23qt4: sync package between -native, -sdk and target packagesKoen Kooi
* also sed out path to ${WORKDIR} in target package
2010-03-02qt4: adjust sed magic to recent QT to sanitize .pc files properlyKoen Kooi
2010-03-01qt4: bump PR for package.bbclass strip problemKoen Kooi
2010-01-05qt 4.6.0: backport a few patches from git, mainly QGL relatedKoen Kooi
2009-12-02qt4: add 4.6.0, WIPKoen Kooi
2009-08-09qt4-x11-free.inc: Do not override the var set by qt4-x11-free-glesHolger Hans Peter Freyther
Another attempt to fix the dependencies of qt4-x11-free-gles. Do not make libqt4-FOO-dev depend on qt4-x11-free-gles which will drag in more dependencies. A better fix would be to build the OpenVG graphicsengine unconditionally and build the screendriver out of this tree and install it as a plugin. Do the same change to qt4-embedded.inc.
2009-08-01qt4: Add patch to fix the visibility and bsymbolic detectionHolger Hans Peter Freyther
Do not use "$COMPILER" to execute the test. This fails when the passed compiler is something like "ccache gcc".
2009-07-15qt-embedded: fix gles build and packagingKoen Kooi
2009-07-08qt4: package demos and examples as wellKoen Kooi
2009-07-07qt4: added postgres, mysql, and sqlite2/3 support.Ihar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-06-09qt4: style refinements, more generalizationIhar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4-embedded: added directfb pluginIhar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4-embedded: reworked directory layout for the next changes.Ihar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>