aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4
AgeCommit message (Collapse)Author
2010-05-06qt4-tools-sdk: symlink tools back to their original names to make e.g. ↵Koen Kooi
eclipse plugins work Change imported from http://arago-project.org/git/?p=arago.git;a=commitdiff;h=5bbda8657da241ca7c5a48cc497ca1506d6b05b0
2010-04-19qt4-embedded-gles 4.6.2: move patch down so that it will actually get appliedKoen Kooi
2010-04-19qt4-*-gles 4.6.2: small updatesKoen Kooi
* don't forcefully disable openVG * don't forcefully disable cursor for QT/e, not everything is a touchscreen
2010-04-19qt4-tools-native: convert to new style stagingKoen Kooi
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa
* all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12qt4-*-gles 4.6.2: add 'depth' argument to configure, bump PRKoen Kooi
2010-04-12QT4 gles: also allow ES1 builds, like ES2 needs undocumented magicKoen Kooi
2010-04-12qt 4.6.2: use included wsegl header if staging lacks one, not all SGX SDKs ↵Koen Kooi
include it
2010-03-28qt4: fix pkgconfig logic to avoid: NOTE: <type ↵Koen Kooi
'exceptions.Exception'>:variable includedir references itself! while evaluating: ${includedir}
2010-03-27qt4-embedded-gles 4.6.2: try harder to disable openvg and build linuxfb ↵Koen Kooi
support statically
2010-03-23qt4: sync package between -native, -sdk and target packagesKoen Kooi
* also sed out path to ${WORKDIR} in target package
2010-03-18qt4: make .pc files work with sysroot supportKoen Kooi
2010-03-16qt4-x11 4.6.2: apply neon fix from qt/e to here as wellKoen Kooi
2010-03-15Do not generate NEON code for qt-4.6.2 embedded on armv6Valentin Longchamp
http://bugreports.qt.nokia.com/browse/QTBUG-8749 Neon code is generated for armv6 processor, where it should be armv7 only. This results in illegal instructions with some of the qt4 libraries. The current solution is not optimal, I just needed a quick fix for my arch and I don't have the needed knowledge in OE to fix it cleanly, but I wanted to point this issue out. But at least other arch (armv5 and armv4) should have the same problem and receive the same fix. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-03-05qt4-tools-native_4.5.2.bb: use Qt's builtin freetype, otherwise build failsJeremy Lainé
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-02-25qt4-embedded-gles 4.6.2: try harder to build fb and sgx pluginsKoen Kooi
* reported by Varun Shah
2010-02-18qt4-tools-native: set libdir and incdir in .inc fileMartin Jansa
* move SRC_URI and EXTRA_OECONF for new versions to .inc and changed to old version * remove LFLAGS setting from 4.6.* versions (replaced with -L param) * Idea also Acked-by: Holger Hans Peter Freyther <zecke@selfish.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-02-17qt4-*-gles 4.6.2: only enable opengl es2 but not openvgKoen Kooi
2010-02-17qt4: add 4.6.2Koen Kooi
* fix 4.6.1 references in 4.6.0 files as well * make qt-config.patch work with QT_NO_CAST_{TO,FROM},ASCII strict checking
2010-01-31wolfenqt: bump PRKoen Kooi
2010-01-26qt 4.6.1: add recipes based on 4.6.0 onesKoen Kooi
2010-01-07qt4: Make the gles variants for Embedded and X11 provide the normal variantHolger Hans Peter Freyther
This way a distribution/user can set PREFERRED_PROVIDER_qt4-embedded = "qt4-embedded-gles" to select the GLES/OpenVG runtime. The default is qt4-embedded as GLES require a dedicated library most of the time provided as a binary blob by the vendor requiring the user to manually download and store it at the right place. For X11 we already have a PREFERRED_PROVIDER setting in place and don't need to update. Acked-by: Koen Kooi <koen@openembedded.org>
2010-01-07qt4x11: Cease out the qt4x11 PROVIDERHolger Hans Peter Freyther
* The LGPL and Commercial edition are actually the same tarball. * If someone sees the need he can take qt qt4-recipes and specify -commercial in the compilation.
2010-01-05qt 4.6.0: backport a few patches from git, mainly QGL relatedKoen Kooi
2009-12-27qt4-tools-native; added dependency on libsm-nativeFrans Meulenbroeks
2009-12-23qt4-x11 4.6.0: bump PR for Xorg changesKoen Kooi
2009-12-15qt4-tools: add sdk version as wellKoen Kooi
* this should really move to BBCLASSEXTEND
2009-12-14qt4: munge more references toKoen Kooi
2009-12-14qt 4.6.0: fix packaging, staging and x11 buildKoen Kooi
2009-12-14wolfenqt: add qt3d demoKoen Kooi
2009-12-10qt 4.6.0: fix packaging a bitKoen Kooi
* the uic, moc and rcc tools still need to get packages, but we have package all libs now
2009-12-10qt 4.6.0: make it build, add GLES versionsKoen Kooi
* recipes still need lots of cleanup and fixes, help welcome
2009-12-10qt 4.6.0: move common 4.6 stuff to a .incKoen Kooi
2009-12-02qt* 4.6.0: more improvementsKoen Kooi
2009-12-02qt4: add 4.6.0, WIPKoen Kooi
2009-11-12qt4: bump PRKoen Kooi
2009-11-04qt4-x11-free.inc: bumped PR to force recompilation so it uses the fixed mysqlFrans Meulenbroeks
needed to get a working qt4-plugin-sqldriver-sqlmysql
2009-08-11qt4: Make it possible to set the QMAKE_QT_CONFIG variableHolger Hans Peter Freyther
this way we will find the qconfig.pri and all library names will be set correctly. This means that the SDK is usable to compile Qt applications out of the box.
2009-08-10qt4: Hack out the pg_config invocation on configureHolger Hans Peter Freyther
Currently the configure script of Qt is invoking pg_config which is a native application and not staged. Even though we pass the directory with the header files we will fail the postgres test as pg_config from the host will tell us something about /usr/include. There is no need for us to check pg_config, hack it out.
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-09qt4-tools-sdk: Use an install target to install the qt4 utilitiesHolger Hans Peter Freyther
2009-08-02qt4.inc: Fix of shell for some shellsHolger Hans Peter Freyther
2009-08-01qt4: Do not recreate the link if it exists otherwise do_install will failHolger Hans Peter Freyther
When running configure more than once the do_install stage will fail due excessive symlinks... Stop doing that.
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-08-01qt4: Use require instead of include to fail on missing includesHolger Hans Peter Freyther
2009-07-31qt4: Qt4.5 is released under LGPLv2.1 and GPLv3Holger Hans Peter Freyther
Update licensing bits on the Qt classes.
2009-07-29qt4-x11-free-gles: reinstate it now the weird dependency problems have been ↵Koen Kooi
resolved * also switch to gles2, requires less patching