aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4
AgeCommit message (Collapse)Author
2011-01-03qt4: switch to mysql5 to avoid header clashes in stagingKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-11-29qt-demo-init: correctly handle qtdemo for qt4-x11Eric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-28qt4.7 : remove 4.7.0Eric Bénard
now that 4.7.1 is here and default for Angstrom, SHR and minimal Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-28qt4.6: remove 4.6.2Eric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-28qt4.6 : remove 4.6.0Eric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-25qt4: add latest 4.7.1 versionEric Bénard
qt4-embedded, qt4-tools-native and qt4-tools-sdk are compile tested. qt4-x11-free and qt4-x11-free-gles are not tested. qt4-embedded is run tested on armv6 Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-03qt4e: add 2 imagesEric Bénard
- qt4e-base-image : contains qt4 embedded libraries and can be used as a base rootfs when developping using the sdk - qt4e-demo-image : contains qt-base-image + qt-demo + a script to launch qt-demo at boot, this image can be used to quickly setup a demonstration of qt capabilities on a machine using qtdemo - qt-demo-init : recipe creating the package which provides the init script to lauch qtdemo. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-10-31qt-4.7: rename qtdemo to qtdemoE for qt4-embeddedEric Bénard
in order to stay consistant with 4.6.x releases. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Denys Dmytriyenko <denis@denix.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-10-07qt4 : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-05qt4-tools-sdk.inc : drop freetype include as we build with -no-freetypeDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-10-05qt4-tools-sdk: correct my last commit: add a patch I've forgotDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-10-05qt4-tools-sdk: fix building when no native freetype/X11 are installedDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-10-02qt4-tools-native.inc: Add more -no options to disable dependenciesHolger Hans Peter Freyther
Make sure we have less dependencies and use less things from the system. For moc/rcc/uic we need the most basic Qt, even for the dbus bindings one mostly needs the xml parser.
2010-10-02qt4-toolsd-sdk.inc: Move to -embedded, disable more featuresHolger Hans Peter Freyther
Pass more -no or -qt- options to make sure less things from the system are detected and that there are less dependencies. This disabling has no effect on the tools we want to use.
2010-10-02qt4-tools-sdk.inc: Switch over to INC_PRHolger Hans Peter Freyther
Right now only qt4-tools-sdk_4.7.0 use the inc file.
2010-09-30qt4-tools-native: Add -no-freetype to the buildHolger Hans Peter Freyther
Avoid any dependencies on freetype, just disable it. We are not interested in the GUI module right now, we build it to have the tools/qdbus build, which also builds the qdbusviewer.
2010-09-30qt4-tools-native: Build the tools as -embedded to avoid X11 depsHolger Hans Peter Freyther
We only need command line utilities and can avoid requiring X11.
2010-09-28qt4-tools-sdk: Add a Qt 4.7.0 version, create a .inc file for reuse.Holger Hans Peter Freyther
2010-09-28qt4: Bump INC_PR to force a rebuild with the mkspec changesHolger Hans Peter Freyther
2010-09-28qt-4.7.0: Remove patches that cover up errors.Holger Hans Peter Freyther
* These patches lack a proper commit message, e.g. no explanation why they need to be applied * They remove libraries that were previously prevent * They remove binaries that were previously installed * The root cause appears that the -L for the qt lib directory is evaluated too late indicating an issue with the qmake spec.
2010-09-28qt-4.7.0.inc: Unpack the qte.sh to fix the qt4-embedded do_installHolger Hans Peter Freyther
Fix the qt4-embedded_4.7.0 do_install by unpacking the qte.sh like it is done in the other recipes.
2010-09-28qt4: Package the declarative debug packages into qt4-examples-dbgHolger Hans Peter Freyther
2010-09-28qt-4.7.0.inc: Pick the linux.conf/g++.conf from the right directoryHolger Hans Peter Freyther
2010-09-28qt4-tools-native_4.7.0.bb: Use the mkspec files from qt-4.7.0Holger Hans Peter Freyther
This needs to be streamlined that every Qt 4.x mkspec file is found in this directory. At least this is a start into the right direction.
2010-09-28qt-4.7.0: Use qmake feature to link with -rpath-link.Holger Hans Peter Freyther
This is instructing qmake to use the QMAKE_LFLAGS_RPATH for the lib directory in the build tree. It should be safe to use even for software using the resulting qmake.
2010-09-28qt-4.7.0: Update the spec files for Qt 4.7Holger Hans Peter Freyther
The biggest change is the QMAKE_RPATH to QMAKE_LFLAGS_RPATH rename that broke linking for us.
2010-09-28qt-4.7.0: Fork the mkspec used in previous Qt versionsHolger Hans Peter Freyther
Some variables were renamed and we require an update.
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-09-26qt4: Package the debug binaries into tools-dbgHolger Hans Peter Freyther
2010-09-26qt4.inc: Package the xmlpatterns utilityHolger Hans Peter Freyther
2010-09-26qt4.inc: Package qmlviewer into a new package.Holger Hans Peter Freyther
2010-09-26qt4.inc: Package the bearer plugins.Holger Hans Peter Freyther
2010-09-23qt4-x11-free-gles: add 4.7.0Koen Kooi
2010-09-23qt4: remove 4.7.0-beta2Cliff Brake
2010-09-23Merge branch 'cbrake/qt-4.7.0' into org.openembedded.devCliff Brake
2010-09-23qt4 4.7.0: move pg patch to proper locationCliff Brake
2010-09-23qt-4.7.0: update add.xmlpatterns.lib.patch to make it compile againMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23qt4-tools-sdk 4.6.3: bump PR for QtCreator changeKoen Kooi
2010-09-23qt4-tools-sdk: bring compatibility with QTCreatorEric Bénard
* this links "puts" mkspecs at the place where QTCreator search for it in order to detect a toolchain * thanks to this link QTCreator detects the toolchain generated using meta-toolchain-qte and can cross compile applications without any hack Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-09-22qt4: add 4.7.0 released versionCliff Brake
2010-09-09fix bitbake ERRORS for machine not having virtual/eglEric Bénard
* several recipes depend on virtual/egl which currently has only one provider : powervr-drivers/libgles-omap. This provider sets COMPATIBLE_MACHINE to a few TI based machines. When building for machines which don't provide virtual/egl, we get the following errors : ERROR: '['path_to/openembedded/recipes/qt4/qt4-embedded-gles_4.6.3.bb']' RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity 'qt4-embedded-gles' but it wasn't found in any PACKAGE or RPROVIDES variables of any buildable targets. ERROR: '[]' RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity 'virtual/egl' but it wasn't found in any PACKAGE or RPROVIDES variables * This patch creates a egl.inc which contains the compatible machines for recipes depending on virtual/egl and thus will workaround this error. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-26qt4-embedded: bump INC_PRKoen Kooi
2010-08-26qt4-embedded: fixed adding qte.sh in packageBas van den Berg
2010-08-19qt4-tools-native_4.7.0-beta2: missing DEPENDS on libxau-native libxdmcp-nativeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-15qt4* removed 44.3 versionFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-12qt-4.7.0-beta1: move to beta2Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-28qt4: add WIP 4.6.3 recipes (only tested upto do_patch)Koen Kooi