Age | Commit message (Collapse) | Author | Files |
|
and 'cd2dae68b2957306378aca79319d9d009a776ed2'
|
|
and 'e2ef6c7c9f67b4e28fb1c4393ee4307e8358d81d'
|
|
Unifiy the WebKit recipe and allow to build the Gtk+, Qt
and Qtopia port. Add classes/qtopia4core.bbclass to assist
building for Qtopia. Change the WebKit.pro to currently not
build the testkjs and DumpRenderTree test utilities.
|
|
|
|
|
|
* fixes the case where original https urls would end up as
https://www.angstrom-distribution... for mirror url
|
|
/usr/bin -> ${bindir}
/usr/lib -> ${libdir}
|
|
/usr/bin -> ${bindir}
/usr/lib -> ${libdir}
|
|
If file is fetched via HTTP or FTP and we do not have its checksum in
metadata (conf/checksums.ini) then we generate checksums into
TMPDIR/checksums.ini file. Content of that file can be then added into
metadata one.
|
|
packages can compile against them
|
|
|
|
|
|
- fix for the problem experienced by scruggs on IRC today. There
was an inconsistency in the amount and type of whitespace used in the
python anonymous blocks between mono.bbclass and multimachine.bbclass.
- fixed a small problem in the error output of mono_do_clilibs
|
|
New file: packages/mono/mono-mcs-intermediate_1.2.5.1.bb
Compiles mono in native mode with standard prefix, then tars up the
resulting tree and puts the tarfile into staging
New file: packages/mono/mono_files.py
Automatically generated using collect-path.py (attached to this mail)
and contains a list that maps file patterns to package names (and
contained assemblies, see below).
New file: classes/mono.bbclass
Has a helper function for the list that maps file patterns to package
names and assemblies (see below). Also has a function mono_do_clilibs
and inserts that function into PACKAGEFUNCS. This function calls
mono_find_provides_and_requires which finds out (through calls to
monodis --assembly and monodis --assemblyref) which assemblies are
provided and required by a particular package. mono_do_clilibs then
puts the information about provided assemblies into
${STAGING_DIR}/clilibs/${packagename}.list and information about the
required packages into ${PKGDEST}/{packagename}.clilibdeps where it
will later be picked up by the modified read_shlibdeps.
Originally I had dependency resolution through the partial list in
mono_files.py but obviously this doens't scale, so I implemented the
new method with mono_do_clilibs. The benefit is now that I don't really
need the extra information in mono_files.py anymore and can in
principle get rid of mono_get_file_table and related code. Instead it
should be possible to modify collect-paths.py to output bitbake .inc
code (e.g. PACKAGES = "..." and a whole lot of FILES_... = "...")
instead of python code. There's still the minor problem of how to
handle the .mdb files, that's why I didn't implement it yet but instead
opted for an approach that I knew would work. (Debian just puts
the .mdb files into the individual packages, while I would argue that
they do belong into corresponding -dbg packages.)
Modified file: classes/package.bbclass
In read_shlibdeps I folded the two identical code blocks dealing with
*.shlibdeps and *.pcdeps into one and added *.clilibdeps (generated by
mono_do_clilibs above).
Modified file: packages/mono/mono_1.2.5.1.bb
Add the mono-mcs-intermediate workaround. Add a whole lot of python
code in populate_packages_prepend in order to split up the packages
based on information from mono_files.py (via mono.bbclass'
mono_get_file_table). As I said above a lot of this code can hopefully
be replaced in the future.
|
|
obvious what its for (from poky)
|
|
with 'valid' archs (from poky)
|
|
up/optimise PACKAGES checks a bit
|
|
|
|
|
|
|
|
|
|
|
|
* Hyphens are bad in function names.
* Fixes OPIE build.
|
|
something easier to understand
|
|
|
|
|
|
meta-toolchain) (from poky)
|
|
and '5337c2ae1bddb02aff4358e400f0a8697f0f961a'
|
|
do_install_prepend. Will activate in a future bitbake version.
do_install_prepend became do_install[cleandirs] = "${D}"
|
|
export correctly, add BZR fetcher config (from poky)
|
|
path to prevent cross contamination between machines. This change requires all install tasks to rerun (remove the do_install stamps from tmp/stamps)
|
|
some unneeded complexity (from poky)
|
|
|
|
|
|
rebuilding packages safer (from poky)
|
|
|
|
Add a qmake2.bbclass which currently takes over the role of qt4x11.bbclass
with setting the QTDIR, MOC, UIC properly. qmake2 and qmake now share
qmake-base.bbclass this is why some var assignments and functions have
been moved around.
Make webkit-gtk use qmake2 to eliminate the Qt3 and Qt4/X11 dependency.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package_write_ipk task (not activated yet), change OE: field to use PN (not P), cleanups and conf and index generation functions
|
|
|
|
|
|
|
|
to PKG_CONFIG_PATH if EXTRA_NATIVE_PKGCONFIG_PATH is set (from poky)
|
|
(LICENCE default, setup of RDEPENDS and default IMAGE_BASENAME)
|
|
|