summaryrefslogtreecommitdiff
path: root/packages/glib-2.0/glib-2.0_2.12.0.bb
AgeCommit message (Collapse)AuthorFiles
2006-11-18Micro-Optimisation decreasing initial parsing time by 10%Holger Freyther1
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
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-08-28packages/glib-2.0/glib-2.0_2.12.0: Fixes broken URLKristoffer Ericson1
2006-07-07glib-2.0_2.12.0.bb, gtk+_2.10.0.bb : rediff and add the patches to fixGraeme Gregory1
the hardcoded libtool path in both these packages configure.in as they are essential. Both are running on my c7x0 now so they have at least been tested.
2006-07-05glib: add 2.12.0Florian Boor1