aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qt4
AgeCommit message (Collapse)Author
2009-01-14qt-embedded: add support for 2 bit per pixel framebuffersJeremy Lainé
2008-12-15qt4: prune duplicate entry from qt_staging.incJeremy Lainé
2008-12-14qt4: alsa package phonon and phonon-backendsKoen Kooi
2008-12-11qt4: declare PACKAGES_DYNAMIC for Qt's pluginsJeremy Lainé
2008-12-11qt-embedded-4.4.3: fix previous patchJeremy Lainé
2008-12-11qt-embedded-4.4.3: rename QtUiTools to QtUiToolsEJeremy Lainé
2008-12-10qt4: package QtScript plugin for DBus APIJeremy Lainé
2008-11-17qt4-x11: split PRs are frowned upon in OE, so let's bump to r11 insteadKoen Kooi
of r10.01
2008-11-17qt4-x11-free.inc: enable building webkitMichael 'Mickey' Lauer
2008-11-13qt4 arch.inc: ARM_INSTRUCTION_SET = "arm"Koen Kooi
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-16qt4-x11-free: upgrade to qt 4.4.3Jeremy Lainé
2008-10-16qt-embedded: update to version 4.4.3Jeremy Lainé
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-09-06qt4 staging: try harder to fish out qt toolsKoen Kooi
2008-08-08qt4 staging: add a || true to the cpKoen Kooi
2008-08-02qt4_staging.inc: something in the qt build process hardcodes the tooldir to ↵Koen Kooi
the target stagingdir, while the actual tools reside in the native target dir. Copy over the tools to work around this. This is a bandaid, the proper fix would be to use the newly gained crosscompile support in qt 4.4.1.
2008-08-01qt4: update qt/e and qt4-x11 to 4.4.1Koen Kooi
2008-07-22qt4 x11 free: add 4.4.0Koen Kooi
2008-07-09qt-e: adjust PRKoen Kooi
2008-07-09qt4: add a hack to get qt-embedded to build without building qtopia-coreKoen Kooi
2008-07-09qt4: fix typos in do_split_packagesKoen Kooi
2008-07-08qt staging: fix up more .pc filesKoen Kooi
2008-07-08qt4 packaging: since not all packages exist recommend them instead of ↵Koen Kooi
depending on them
2008-07-08qt4: fix help and clucene packagingKoen Kooi
2008-07-08qt4: add webkit, help and clucene packagingKoen Kooi
2008-07-08qte 4.4.0: disable some more toolsKoen Kooi
2008-07-08qte 4.4.0: don't build tools, use the ones in stagingKoen Kooi
2008-07-08qt4: add first stab at qt-embedded 4.4.0, the *$%(*$%(#% people at trolltech ↵Koen Kooi
renamed it *again*, so we probably need to copy all the qtopia core stuff and do s/qtopia-core/qt-embedded/g
2008-05-05qt_staging.inc: substitute OE_QMAKE_LIBS_X11 in libtool filesJeremy Laine
2008-03-10Qt and QtopiaCore: Bump the PR on request due the staging fixesHolger Freyther
And the packaging of .la and .pc files changed so the PR bump is even a bit justified.
2008-03-10packages/qt4/qt_packaging.inc: Clean the .pc and .la files to not point to ↵Holger Freyther
STAGING_* Use some force to clean the installed .pc and .la files.
2008-03-10packages/qt4/qt_staging.inc: Remove the moc_location and uic_location ↵Holger Freyther
completely from the .pc file For the staging area with sysroot there is no sane way to give the location of the command in a sane way. I'm not aware of any one using this to get the uic/moc binary, e.g. cmake is using qmake to query these pathes.
2008-03-10packages/qt4/qt_staging.inc: No use for QT_DIR_NAME in the lib directory ↵Holger Freyther
remove it -Remove QT_DIR_NAME from the staging -Make uic/moc lines in pc files not point to $STAGING_BINDIR (in there due mtn...)
2008-03-09qt4: Make sure staged .la and .prl files do not contain target system pathsRichard Purdie
2008-02-28qt, qte, qt4: Use better staging variablesRichard Purdie
2008-01-22packages/qt4/qt_packaging.inc: Fix packaging of the -dbg packagesHolger Freyther
split in packages.bbclass gets called after the work in do_populate_packages_prepend() is done. This means that on the first packaging attempt no .debug files exist. So create one -dbg package for every plugin we find and assume that the file is getting split out.
2008-01-22packages/qt4/qt_packaging.inc: Remove the attempt to create the meta ↵Holger Freyther
packages this way It didn't work because the RDEPENDS were not available in the package_write task anymore. We need to create a meta task where all plugins are referred to in some other way.
2008-01-22packages/qt4/qt_packaging.inc: Attempt to package all possible plugins properlyHolger Freyther
2008-01-21packages/qt4/qt_packaging.inc: Package the phrasebooksHolger Freyther
2008-01-21packages/qt4/qt_packaging.inc: Fix the splitting of the translation packagesHolger Freyther
The variable inside the package name did not get expanded, let us expand it ourselves.
2008-01-20packages/qt4/qtopia-core: Prepare for someone to use -qconfigHolger Freyther
-We don't disable any features, but passing -qconfig will automatically disable q3support so we can't enable the usage of -qconfig by default -Install an OE qconfig-oe.h and QT_QCONFIG can be overriden by the default OVERRIDE system (this makes up a bit for the lacking documentation)
2008-01-20packages/qt4/qtopia-core: Build the features that are available as plugin as ↵Holger Freyther
plugin -Build whatever can be build as plugin as plugin (graphics driver, mouse...) -Change the configure script to find plugins -Packaging needs to be done
2008-01-20packages/qt4/qtopia-core_4.2.0: Remove the older version, it is not usedHolger Freyther
2008-01-20packages/qt4/qt_packaging.inc: Better safe than sorry and use += for the ↵Otavio Salvador
NONDEV_PACKAGES as well In the future some .bb file could add a package to the NONDEV_PACKAGES list and the update would have been lost with this update.
2008-01-20packages/qt4/qt_staging.inc: Treat the staged .la files as well to not point ↵Holger Freyther
to the workdir
2008-01-20packages/qt4/qt_staging.inc: Fix the .pc files of Qt/X11 and Qt/EmbeddedOtavio Salvador
The libdir was pointing to ${prefix}/lib it should have pointed to ${prefix}/lib/{qtopia..,qt4} for the staged libraries
2008-01-19packages/qt4/qt4-x11-free.inc: Set QT_LIBINFIX to an empty string to fix the ↵Holger Freyther
packaging libQtCore, libQtGui... should now be properly created again. I was under the false expression that ${QT_LIBINFIX} would expand to an empty string. Set QT_LIBINFIX to an empty string for the Qt4/X11 variant.
2007-12-27packages/qt4/qt_staging.inc: Stage the .prl and semi private Qt libraries.Holger Freyther