Age | Commit message (Collapse) | Author | Files |
|
|
|
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.
|
|
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>
|
|
And the packaging of .la and .pc files changed so the PR bump is even a bit
justified.
|
|
|
|
-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)
|
|
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
|
|
|
|
Add the 'E' suffix to QtopiaCore libraries. This allows to install both
qtopiacore, qt/X11 at the same time.
|
|
did change
|
|
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)
|
|
-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
|
|
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...)
|
|
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.
|
|
flags to the .inc files
|
|
Do not build the tools, fix the mksepcs
|
|
Adjust packaging to look into the directories we configured.
|
|
|
|
|