Age | Commit message (Collapse) | Author | Files |
|
of r10.01
|
|
|
|
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.
|
|
|
|
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.
|
|
Add the 'E' suffix to QtopiaCore libraries. This allows to install both
qtopiacore, qt/X11 at the same time.
|
|
did change
|
|
-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
|
|
Adjust packaging to look into the directories we configured.
|
|
|
|
|