aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4
AgeCommit message (Collapse)Author
2010-09-28qt4: Bump INC_PR to force a rebuild with the mkspec changesholger/qt4-4.7Holger 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-27qt4: Package the declarative debug packages into qt4-examples-dbgHolger Hans Peter Freyther
2010-09-27qt-4.7.0.inc: Pick the linux.conf/g++.conf from the right directoryHolger Hans Peter Freyther
2010-09-27qt4-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-27qt-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-27qt-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-27qt-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-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
2010-07-26Siteinfo cleanup v2Chris Larson
- Don't supply site files for native. - Split up the site information, so we don't need to add every single combination of os and architecture to the siteinfo.bbclass. - Drop the ${FILE_DIRNAME}/site-<bits> stuff, there are other ways to do it. - SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS. Signed-off-by: Chris Larson <clarson@kergoth.com>
2010-07-26Revert "Siteinfo cleanup"Chris Larson
Will revisit. This reverts commit 87dc166bade8722af4076c8644cac6a0a437826f.
2010-07-26Siteinfo cleanupChris Larson
- Don't supply site files for native - Split up the site information, so we don't need to add every single combination of os and architecture to the siteinfo.bbclass - Instead of specifically looking for '${FILE_DIRNAME}/site-${PV}/<sitefile>', leverage FILESPATH. Now it searches the paths in both BBPATH and FILESPATH for "site/<sitefile>". - SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS Signed-off-by: Chris Larson <clarson@kergoth.com>
2010-07-01qt4-embedded 4.7.0b1: add WIP recipeKoen Kooi
qt4-e 4.7b1: make it thru configure, fail in do_compile now: | qxml.cpp:(.text._ZN7QVectorI7QStringE7reallocEii[QVector<QString>::realloc(int, int)]+0x2c4): undefined reference to `qBadAlloc()'
2010-06-28qt4: move xmlpatterns to 4.7 build, it breaks 4.6.xKoen Kooi
2010-06-27qt-4.7.0-beta1: upstream tarball was changed, regenerate checksumsMartin Jansa
* new qt-everywhere-opensource-src-4.7.0-beta1.tar.gz 183MB 6/15/10 5:38:00 AM * Changed files: diff -rq old new Only in new: .LICENSE Only in old: .LICENSE-ALLOS Only in old: .LICENSE-ALLOS-US Only in old: .LICENSE-DESKTOP Only in old: .LICENSE-DESKTOP-US Only in old: .LICENSE-EMBEDDED Only in old: .LICENSE-EMBEDDED-US Only in old: .LICENSE-EVALUATION Only in old: .LICENSE-EVALUATION-US Only in new: .LICENSE-US Files old/.tag and new/.tag differ Only in new: LICENSE.PREVIEW.COMMERCIAL Files old/doc/html/debug.html and new/doc/html/debug.html differ ..many doc/html and doc/qch files.. Files old/doc/qch/qt.qch and new/doc/qch/qt.qch differ Files old/src/corelib/global/qglobal.h and new/src/corelib/global/qglobal.h differ diff old/src/corelib/global/qglobal.h new/src/corelib/global/qglobal.h 57c57 < #define QT_PACKAGEDATE_STR "2010-05-04" --- > #define QT_PACKAGEDATE_STR "2010-06-15" $ cat old/.tag new/.tag Source revision: 3101ccc6e6f53de04b24755a5d665c73196b1190 Mkdist revision: bc9761f44c0e587a11b452fd47ddd9f8a5bf88ee Source revision: 3101ccc6e6f53de04b24755a5d665c73196b1190 Mkdist revision: b0ece13ac29b1dbccb692e343270ace51f5ca160 So the source is the same (except QT_PACKAGEDATE_STR), only docs were regenerated and .LICENSE now shows TECHNOLOGY PREVIEW LICENSE AGREEMENT Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-26qt4: enable xmlpatterns (needed for navit-gui-qml), fix missing lib with ↵Martin Jansa
xmlpatterns in 4.7.0-beta1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-25recipes: use libxt/libxft/libxdmcp/libxscrnsaver/liblbxutil/libxau/libxext ↵Martin Jansa
instead of xt/xft/xdmcp/libxss/lbxutil/xau/xext providers * there is only one provider, so use it directly as othere recipes does Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-24qt4-tools-native: Revert change to add part of the configure flag into a ↵Robert Schuster
variable.
2010-06-24qt4-tools-native.inc: Pulled -static configure argument into a variable (for ↵Robert Schuster
overridability).
2010-06-09qt4: first part of mediaservices packagingKoen Kooi
2010-06-09qt-4.6.2.inc: solved a bug when trying to append an empty string to the ↵Marco Cavallini
qtdemo file when building Qt/X11 (QT != Qt/E) * Now checking if [ -n ${QT_LIBINFIX} ] before mv qtdemo
2010-06-09qt-4.7.0-beta1: build fix for demos/browserMartin Jansa
* to fix it properly someone should package libQtMediaServices (now it's built but not packaged) and results to NOTE: Couldn't find shared library provider for libQtMediaServices.so.4 * so demos/browser won't probably work on target as it's now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08qt4-tools-native_4.7.0-beta1: add Xau and Xdmcp to xlib.pro config.testMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08qt-4.6.2+4.7.0-beta1: fix SRC_URI and S after ↵Martin Jansa
c070de32d40dd561b63de5b4f41baa3cf822ef5b Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-06-07qt 4.7.0-beta1: drop patches for affine and browserKoen Kooi
2010-06-06qt 4.7.0-beta1: fix versioningKoen Kooi
2010-06-06qt4: Add qt4-x11-free_4.7.0-beta1Matthias Günther
Several patches to disable not working parts in the beta version: * tools/assistant * examples/designer * examples/dbus-remotecontrolledcar * examples/help * examples/declarative * demos/browser * demos/qtdemos * demos/affine * DEFAULT_PREFERENCE = "-1" * New Qt Module / Lib "QtDeclarative" added for packaging. * Qmlviewer named "qml" added to the tools package. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-06-06qt4: Add qt4-tools-native_4.7.0-beta1Matthias Günther
Signed-off-by: Koen Kooi <koen@openembedded.org>
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-06-03qt4.inc: split font packageEric Bénard
* Before : 4228 KiB /armv5te/qt4-embedded-fonts_4.6.2-r19.1.5_armv5te.ipk * After : 1058300 armv5te/qt4-embedded-fonts-pfa_4.6.2-r19.1.5_armv5te.ipk 293236 armv5te/qt4-embedded-fonts-pfb_4.6.2-r19.1.5_armv5te.ipk 649442 armv5te/qt4-embedded-fonts-qpf_4.6.2-r19.1.5_armv5te.ipk 1917230 armv5te/qt4-embedded-fonts-ttf-dejavu_4.6.2-r19.1.5_armv5te.ipk 344114 armv5te/qt4-embedded-fonts-ttf-vera_4.6.2-r19.1.5_armv5te.ipk Signed-off-by: Eric Bénard <eric@eukrea.com>