Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 6 | |
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-16 | qt4-x11-free: upgrade to qt 4.4.3 | Jeremy Lainé | 12 | |
2008-10-16 | qt-embedded: update to version 4.4.3 | Jeremy Lainé | 12 | |
2008-10-15 | [PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR | Holger Hans Peter Freyther | 6 | |
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-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 8 | |
2008-09-06 | qt4 staging: try harder to fish out qt tools | Koen Kooi | 4 | |
2008-08-08 | qt4 staging: add a || true to the cp | Koen Kooi | 1 | |
2008-08-02 | qt4_staging.inc: something in the qt build process hardcodes the tooldir to ↵ | Koen Kooi | 1 | |
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-01 | qt4: update qt/e and qt4-x11 to 4.4.1 | Koen Kooi | 26 | |
2008-07-22 | qt4 x11 free: add 4.4.0 | Koen Kooi | 13 | |
2008-07-09 | qt-e: adjust PR | Koen Kooi | 2 | |
2008-07-09 | qt4: add a hack to get qt-embedded to build without building qtopia-core | Koen Kooi | 2 | |
2008-07-09 | qt4: fix typos in do_split_packages | Koen Kooi | 1 | |
2008-07-08 | qt staging: fix up more .pc files | Koen Kooi | 1 | |
2008-07-08 | qt4 packaging: since not all packages exist recommend them instead of ↵ | Koen Kooi | 2 | |
depending on them | ||||
2008-07-08 | qt4: fix help and clucene packaging | Koen Kooi | 1 | |
2008-07-08 | qt4: add webkit, help and clucene packaging | Koen Kooi | 2 | |
2008-07-08 | qte 4.4.0: disable some more tools | Koen Kooi | 1 | |
2008-07-08 | qte 4.4.0: don't build tools, use the ones in staging | Koen Kooi | 2 | |
2008-07-08 | qt4: add first stab at qt-embedded 4.4.0, the *$%(*$%(#% people at trolltech ↵ | Koen Kooi | 11 | |
renamed it *again*, so we probably need to copy all the qtopia core stuff and do s/qtopia-core/qt-embedded/g | ||||
2008-05-05 | qt_staging.inc: substitute OE_QMAKE_LIBS_X11 in libtool files | Jeremy Laine | 2 | |
2008-03-10 | Qt and QtopiaCore: Bump the PR on request due the staging fixes | Holger Freyther | 2 | |
And the packaging of .la and .pc files changed so the PR bump is even a bit justified. | ||||
2008-03-10 | packages/qt4/qt_packaging.inc: Clean the .pc and .la files to not point to ↵ | Holger Freyther | 1 | |
STAGING_* Use some force to clean the installed .pc and .la files. | ||||
2008-03-10 | packages/qt4/qt_staging.inc: Remove the moc_location and uic_location ↵ | Holger Freyther | 1 | |
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-10 | packages/qt4/qt_staging.inc: No use for QT_DIR_NAME in the lib directory ↵ | Holger Freyther | 1 | |
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-09 | qt4: Make sure staged .la and .prl files do not contain target system paths | Richard Purdie | 3 | |
2008-02-28 | qt, qte, qt4: Use better staging variables | Richard Purdie | 1 | |
2008-01-22 | packages/qt4/qt_packaging.inc: Fix packaging of the -dbg packages | Holger Freyther | 1 | |
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-22 | packages/qt4/qt_packaging.inc: Remove the attempt to create the meta ↵ | Holger Freyther | 1 | |
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-22 | packages/qt4/qt_packaging.inc: Attempt to package all possible plugins properly | Holger Freyther | 1 | |
2008-01-21 | packages/qt4/qt_packaging.inc: Package the phrasebooks | Holger Freyther | 1 | |
2008-01-21 | packages/qt4/qt_packaging.inc: Fix the splitting of the translation packages | Holger Freyther | 1 | |
The variable inside the package name did not get expanded, let us expand it ourselves. | ||||
2008-01-20 | packages/qt4/qtopia-core: Prepare for someone to use -qconfig | Holger Freyther | 2 | |
-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-20 | packages/qt4/qtopia-core: Build the features that are available as plugin as ↵ | Holger Freyther | 3 | |
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-20 | packages/qt4/qtopia-core_4.2.0: Remove the older version, it is not used | Holger Freyther | 1 | |
2008-01-20 | packages/qt4/qt_packaging.inc: Better safe than sorry and use += for the ↵ | Otavio Salvador | 1 | |
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-20 | packages/qt4/qt_staging.inc: Treat the staged .la files as well to not point ↵ | Holger Freyther | 1 | |
to the workdir | ||||
2008-01-20 | packages/qt4/qt_staging.inc: Fix the .pc files of Qt/X11 and Qt/Embedded | Otavio Salvador | 1 | |
The libdir was pointing to ${prefix}/lib it should have pointed to ${prefix}/lib/{qtopia..,qt4} for the staged libraries | ||||
2008-01-19 | packages/qt4/qt4-x11-free.inc: Set QT_LIBINFIX to an empty string to fix the ↵ | Holger Freyther | 1 | |
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-27 | packages/qt4/qt_staging.inc: Stage the .prl and semi private Qt libraries. | Holger Freyther | 1 | |
2007-12-27 | packages/qt4/qt_packaging.inc: Fix packaging of the QtUiTools${QT_LIBINFIX} | Holger Freyther | 2 | |
2007-12-27 | packages/qt4/qtopia-core: Force building of tools, demos and examples | Holger Freyther | 2 | |
2007-12-27 | packages/qt4/qt_staging.inc: Manually fix the .la files to say installed=no | Holger Freyther | 1 | |
2007-12-27 | Qt4/QtopiaCore4: Backport QT_LIBINFIX to add a suffix to libraries. Adapt qmake | Holger Freyther | 7 | |
Add the 'E' suffix to QtopiaCore libraries. This allows to install both qtopiacore, qt/X11 at the same time. | ||||
2007-12-26 | packages/qt4/qt_staging.inc: Fix place of the include and library directory | Holger Freyther | 1 | |
2007-12-26 | packages/qt4/qt4-x11-free.inc,qtopia-core.inc: Bump the PR as the packaging ↵ | Holger Freyther | 2 | |
did change | ||||
2007-12-26 | packages/qt4/qt_packing.inc: Examples/Demos are in ${QT_DIR_NAME}, disable ↵ | Holger Freyther | 1 | |
them due QA issues Disable packaging of the examples/demos as we need to get rid off the .debug directories inside the nested hierachy of the examples and demos. | ||||
2007-12-26 | qmake,Qt/X11,QtopiaCore: Allow OE to set the tuning options. Allow to add a ↵ | Holger Freyther | 1 | |
default module -Do not hardcode O2, we have flags in OE to do such things and passing both didn't make sense -With QtopiaCore QtGui is using Tcp/Udp/Sockets for the QWS implementation. This means when building a gui application you will need the network module. Allow to add modules using environment variables. | ||||
2007-12-26 | packages/qt4/files/0005-fix-mkspecs.patch: Remove the O2 we want OE to ↵ | Holger Freyther | 1 | |
decide the tuning! | ||||
2007-12-26 | packages/qt4/: Share some more patches (no host includes, cross-compile) ↵ | Holger Freyther | 10 | |
between Embedded and X11 -Use the CROSSARCH hack/patch on QtopiaCore as well -Do not search /usr/include for freetype and openssl on Qt as well -Do not build a qmake version (needed a diversion due different configure scripts) |