Age | Commit message (Collapse) | Author | Files |
|
STAGING_*
Use some force to clean the installed .pc and .la files.
|
|
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.
|
|
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.
|
|
|
|
|
|
The variable inside the package name did not get expanded, let us expand
it ourselves.
|
|
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.
|
|
|
|
Add the 'E' suffix to QtopiaCore libraries. This allows to install both
qtopiacore, qt/X11 at the same time.
|
|
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.
|
|
the glob
-${PN}-doc already has the html documentation, no need for -documentation package
-Package the demos and exmaples
-.debug and translations are missing
|
|
python function to generate the files for the dev package
|
|
.so, .la, .prl in the long form
|
|
-Don't install every library to libQtUiTools-dev :}
-Try to put the .la and .prl into the -dev packages as well
|
|
-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
|
|
|
|
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.
|
|
Adjust packaging to look into the directories we configured.
|
|
The font and translations are a bit hairy and need further work. The idea
is that at one point in time we can install Qt/X11 and Qt/Embedded side
by side again. Headers and tools still need some time.
|