summaryrefslogtreecommitdiff
path: root/packages/qt4/qtopia-core.inc
AgeCommit message (Collapse)AuthorFiles
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
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-03-10Qt and QtopiaCore: Bump the PR on request due the staging fixesHolger Freyther1
And the packaging of .la and .pc files changed so the PR bump is even a bit justified.
2008-03-09qt4: Make sure staged .la and .prl files do not contain target system pathsRichard Purdie1
2008-01-20packages/qt4/qtopia-core: Prepare for someone to use -qconfigHolger Freyther1
-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 Freyther1
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
2007-12-27packages/qt4/qtopia-core: Force building of tools, demos and examplesHolger Freyther1
2007-12-27Qt4/QtopiaCore4: Backport QT_LIBINFIX to add a suffix to libraries. Adapt qmakeHolger Freyther1
Add the 'E' suffix to QtopiaCore libraries. This allows to install both qtopiacore, qt/X11 at the same time.
2007-12-26packages/qt4/qt4-x11-free.inc,qtopia-core.inc: Bump the PR as the packaging ↵Holger Freyther1
did change
2007-12-26packages/qt4/: Share some more patches (no host includes, cross-compile) ↵Holger Freyther1
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)
2007-12-25packages/qt4/qt4-x11-free,qtopia-core: Work on properly packaging Qt4Holger Freyther1
-QT_LIBRARY_NAME lost the lib prefix to make it usable with .pc files -Add headers to the -dev packages -Look in the right directory for the plugins remains -Get rid off the mkspecs before packaging -Attempt to package translations
2007-12-24packages/qt4/qt4-x11-free.inc,qtopia-core.inc: Require the ↵Holger Freyther1
qt_configuration.inc as well (add fontconfig to the depends of the X11 build as well, I wish I would have an interactive mode for mtn...)
2007-12-24packages/qt4: Move the staging bits from qtopia-core to qt_staging.inc, use ↵Holger Freyther1
it in Qt4/X11 The qt4-x11-free_4.3.3 and qtopia-core_4.3.3 bbfiles are rather empty now. The next stop is to make it compile.
2007-12-24packages/qt4/qt4-x11-free,qtopia-core: Change the order, move the config ↵Holger Freyther1
flags to the .inc files
2007-12-24packages/qt4/qtopia-core.inc: Use the same patches as Qt/X11Holger Freyther1
Do not build the tools, fix the mksepcs
2007-12-24packages/qt4/qt4-x11-free,qtopia-core: Unify configure and compile of Qt4Holger Freyther1
Adjust packaging to look into the directories we configured.
2007-12-24packages/qt4/qtopia-core,qt4-x11-free: Make it share the DEPENDS and inheritsHolger Freyther1
2007-12-24packages/qt4/qt4-x11-free, qtopia-core: Move boilerplate lines to a .inc fileHolger Freyther1