Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
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 | |
2009-07-08 | qt4: package demos and examples as well | Koen Kooi | 3 | |
2009-07-07 | qt4: added postgres, mysql, and sqlite2/3 support. | Ihar Hrachyshka | 3 | |
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org> | ||||
2009-07-07 | qt4: updated version to 4.5.2. | Ihar Hrachyshka | 9 | |
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org> | ||||
2009-06-09 | task-qte-toolchain: added mkspecs and new qt4-tools-sdk recipe | Ihar Hrachyshka | 1 | |
Added mkspecs, qt4-tools to toolchain tasks (now meta-toolchain-qte works ok). 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-09 | qt4: create mkspecs package | Ihar Hrachyshka | 1 | |
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-09 | qt4: fixed pkgconfig for qt4-embedded | Ihar Hrachyshka | 1 | |
Added ${QT_LIBINFIX} for pkgconfig dependencies. 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-09 | qt4: package all installed files | Ihar Hrachyshka | 1 | |
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-09 | qt4: fixed regexp pattern for graphics plugins | Ihar Hrachyshka | 1 | |
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-09 | qt4-x11-free: generalize recipes, port them to INC_PR | Ihar Hrachyshka | 7 | |
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-09 | qt4-tools-native: use INC_PR | Ihar Hrachyshka | 3 | |
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-09 | qt4: style refinements, more generalization | Ihar Hrachyshka | 3 | |
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-09 | qt4-embedded: added directfb plugin | Ihar Hrachyshka | 1 | |
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-09 | qt4-embedded: reworked directory layout for the next changes. | Ihar Hrachyshka | 12 | |
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org> | ||||
2009-04-27 | qt4: make Qt 4.5.1 the default version | Jeremy Lainé | 3 | |
2009-04-24 | qmake2.bbclass: add OE_QMAKE_QDBUSXML2CPP and OE_QMAKE_QDBUSCPP2XML | Jeremy Lainé | 1 | |
From: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@debian.org> Acked-by: Jeremy Lainé <jeremy.laine@bolloretelecom.eu> | ||||
2009-04-24 | qt4-tools-native.inc: add qdbuscpp2xml to Qt native tools | Jeremy Lainé | 1 | |
2009-04-24 | Author: Otavio Salvador <otavio@ossystems.com.br> | Jeremy Lainé | 3 | |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Jeremy Lainé <jeremy.laine@bolloretelecom.eu> | ||||
2009-04-24 | qt4.inc: add translation packages to the dynamic list | Jeremy Lainé | 1 | |
From: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Jeremy Lainé <jeremy.laine@m4x.org> | ||||
2009-04-24 | qt4: update from 4.5.0 to 4.5.1 | Jeremy Lainé | 8 | |
2009-04-24 | qt4(-tools-native)?.inc: compatibility fixes for Qt 4.5.1 | Jeremy Lainé | 2 | |
2009-04-02 | qt4-tools-native: set LFLAGS to pick up zlib from staging | Jeremy Lainé | 4 | |
2009-04-01 | qt4-embedded: rename qt-embedded-* to qt4-embedded-* | Jeremy Lainé | 2 | |
2009-03-26 | qt4-embedded: add version 4.5.0 | Jeremy Lainé | 3 | |
2009-03-26 | qt4: add qt4-x11-free version 4.5.0 | Jeremy Lainé | 7 | |
2009-03-26 | qt4-tools-native.inc: prune PR definition | Jeremy Lainé | 1 | |
2009-03-26 | qt4-embedded: move patch for 2bpp support | Jeremy Lainé | 1 | |
2009-03-26 | qt4: drop obsolete patch | Jeremy Lainé | 1 | |
2009-03-26 | qt4: refresh some patches against qt 4.4.3 | Jeremy Lainé | 3 | |
2009-03-26 | qt4: add initial version of qt4-tools-native 4.5.0 | Jeremy Lainé | 10 | |
2009-03-26 | qt4: overhaul packaging and staging rules | Jeremy Lainé | 3 | |
2009-03-25 | qt4: consolidate include files into qt4.inc | Jeremy Lainé | 8 | |