Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-03-28 | qt4: fix pkgconfig logic to avoid: NOTE: <type ↵ | Koen Kooi | 1 | |
'exceptions.Exception'>:variable includedir references itself! while evaluating: ${includedir} | ||||
2010-03-27 | qt4-embedded-gles 4.6.2: try harder to disable openvg and build linuxfb ↵ | Koen Kooi | 2 | |
support statically | ||||
2010-03-23 | qt4: sync package between -native, -sdk and target packages | Koen Kooi | 4 | |
* also sed out path to ${WORKDIR} in target package | ||||
2010-03-18 | qt4: make .pc files work with sysroot support | Koen Kooi | 1 | |
2010-03-16 | qt4-x11 4.6.2: apply neon fix from qt/e to here as well | Koen Kooi | 1 | |
2010-03-15 | Do not generate NEON code for qt-4.6.2 embedded on armv6 | Valentin Longchamp | 1 | |
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-05 | qt4-tools-native_4.5.2.bb: use Qt's builtin freetype, otherwise build fails | Jeremy Lainé | 1 | |
2010-03-02 | qt4: adjust sed magic to recent QT to sanitize .pc files properly | Koen Kooi | 3 | |
2010-03-01 | qt4: bump PR for package.bbclass strip problem | Koen Kooi | 4 | |
2010-02-25 | qt4-embedded-gles 4.6.2: try harder to build fb and sgx plugins | Koen Kooi | 2 | |
* reported by Varun Shah | ||||
2010-02-18 | qt4-tools-native: set libdir and incdir in .inc file | Martin Jansa | 5 | |
* 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-17 | qt4-*-gles 4.6.2: only enable opengl es2 but not openvg | Koen Kooi | 2 | |
2010-02-17 | qt4: add 4.6.2 | Koen Kooi | 20 | |
* 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-31 | wolfenqt: bump PR | Koen Kooi | 1 | |
2010-01-26 | qt 4.6.1: add recipes based on 4.6.0 ones | Koen Kooi | 18 | |
2010-01-07 | qt4: Make the gles variants for Embedded and X11 provide the normal variant | Holger Hans Peter Freyther | 5 | |
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-07 | qt4x11: Cease out the qt4x11 PROVIDER | Holger Hans Peter Freyther | 1 | |
* 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-05 | qt 4.6.0: backport a few patches from git, mainly QGL related | Koen Kooi | 33 | |
2009-12-27 | qt4-tools-native; added dependency on libsm-native | Frans Meulenbroeks | 1 | |
2009-12-23 | qt4-x11 4.6.0: bump PR for Xorg changes | Koen Kooi | 2 | |
2009-12-15 | qt4-tools: add sdk version as well | Koen Kooi | 1 | |
* this should really move to BBCLASSEXTEND | ||||
2009-12-14 | qt4: munge more references to | Koen Kooi | 1 | |
2009-12-14 | qt 4.6.0: fix packaging, staging and x11 build | Koen Kooi | 6 | |
2009-12-14 | wolfenqt: add qt3d demo | Koen Kooi | 3 | |
2009-12-10 | qt 4.6.0: fix packaging a bit | Koen Kooi | 2 | |
* the uic, moc and rcc tools still need to get packages, but we have package all libs now | ||||
2009-12-10 | qt 4.6.0: make it build, add GLES versions | Koen Kooi | 9 | |
* recipes still need lots of cleanup and fixes, help welcome | ||||
2009-12-10 | qt 4.6.0: move common 4.6 stuff to a .inc | Koen Kooi | 3 | |
2009-12-02 | qt* 4.6.0: more improvements | Koen Kooi | 4 | |
2009-12-02 | qt4: add 4.6.0, WIP | Koen Kooi | 8 | |
2009-11-12 | qt4: bump PR | Koen Kooi | 2 | |
2009-11-04 | qt4-x11-free.inc: bumped PR to force recompilation so it uses the fixed mysql | Frans Meulenbroeks | 1 | |
needed to get a working qt4-plugin-sqldriver-sqlmysql | ||||
2009-08-11 | qt4: Make it possible to set the QMAKE_QT_CONFIG variable | Holger Hans Peter Freyther | 1 | |
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-10 | qt4: Hack out the pg_config invocation on configure | Holger Hans Peter Freyther | 4 | |
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-09 | qt4-x11-free.inc: Do not override the var set by qt4-x11-free-gles | Holger Hans Peter Freyther | 2 | |
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-09 | qt4-tools-sdk: Use an install target to install the qt4 utilities | Holger Hans Peter Freyther | 1 | |
2009-08-02 | qt4.inc: Fix of shell for some shells | Holger Hans Peter Freyther | 1 | |
2009-08-01 | qt4: Do not recreate the link if it exists otherwise do_install will fail | Holger Hans Peter Freyther | 1 | |
When running configure more than once the do_install stage will fail due excessive symlinks... Stop doing that. | ||||
2009-08-01 | qt4: Add patch to fix the visibility and bsymbolic detection | Holger Hans Peter Freyther | 3 | |
Do not use "$COMPILER" to execute the test. This fails when the passed compiler is something like "ccache gcc". | ||||
2009-08-01 | qt4: Use require instead of include to fail on missing includes | Holger Hans Peter Freyther | 5 | |
2009-07-31 | qt4: Qt4.5 is released under LGPLv2.1 and GPLv3 | Holger Hans Peter Freyther | 6 | |
Update licensing bits on the Qt classes. | ||||
2009-07-29 | qt4-x11-free-gles: reinstate it now the weird dependency problems have been ↵ | Koen Kooi | 2 | |
resolved * also switch to gles2, requires less patching | ||||
2009-07-24 | qt4.inc: add -I${STAGING_INCDIR}/postgresql to includes | Jeremy Lainé | 1 | |
This works around part of the problem when cross-compiling the PostgreSQL plugin. The build will still fail if the "pg_config" program is present on the build machine. | ||||
2009-07-23 | qt*gles: rename to .disabled till the qt4 stuff becomes less magical | Koen Kooi | 5 | |
2009-07-23 | qt4 x11 gles git: add git version to build a gles1 + openvg 4.6rc version | Koen Kooi | 1 | |
2009-07-15 | qt-embedded: fix gles build and packaging | Koen Kooi | 3 | |
2009-07-13 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Koen Kooi | 1 | |
into org.openembedded.dev | ||||
2009-07-13 | qt4-embedded gles: add WIP GLES version of qt-e | Koen Kooi | 2 | |
* the sgx sdk is missing headers, but that should get solved in the new release | ||||
2009-07-11 | qt4.inc: Work with DISTRO=micro where local_prefix is "" | Holger Hans Peter Freyther | 1 | |
The Qt buildsystem does not like when the -prefix is omitted (""). Append a "/" to the ${prefix} to always have at least one charachter. This was build tested with the micro and minimal distribution. | ||||
2009-07-09 | qt4-x11-free-gles: add an OopenGL ES1 version of qt4-x11-free | Koen Kooi | 4 | |
* currently sgx specific, but making it generic is easy | ||||
2009-07-08 | qt4: add extra hook into configure to munge some qmake stuff | Koen Kooi | 1 | |