summaryrefslogtreecommitdiff
path: root/packages/qt4/qt4-x11-free.inc
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
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-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-05-05qt_staging.inc: substitute OE_QMAKE_LIBS_X11 in libtool filesJeremy Laine1
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-19packages/qt4/qt4-x11-free.inc: Set QT_LIBINFIX to an empty string to fix the ↵Holger Freyther1
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-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-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/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