Age | Commit message (Collapse) | Author | Files |
|
python () {} and python __anonymous () {} are as the same
says functions without a name. They get executed when the
main bb file is completely parsed. This is used to set
information like FILESDIR.
This is a python method so it gets evaled which means compiled
and executed a lot of times. By moving the code of the anonfunc
into a proper method this is only compiled once. The result is
is the 10% speed up when parsing.
Reindent anonfuncs and new defs without tabs and four spaces
|
|
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
|
|
$host_alias-libtool as this is what is generated. This means that gmodule-2.0.pc
gets populated with the correct flags.
Found this while tracking down why abiword-plugins didnt work. So at least
abiword needs to be rebuilt. Maybe other gmodule using apps that were
malfunctioning as well.
|
|
the bb files accordingly
|
|
|
|
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
|