summaryrefslogtreecommitdiff
path: root/packages/glib-2.0/glib-2.0_2.8.2.bb
AgeCommit message (Collapse)AuthorFiles
2007-02-04glib: add 2.12.9 and remove unused versionsKoen Kooi1
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-07-24glib-2.0 - Remove '-w' from perl interpreter for glib-mkenums and change ↵Raymond Danks1
interpreter to /usr/bin/env perl. - Add some files to glib-2.0-dev that don't normally get pulled in
2006-06-09packages/glib-2.0/glib-2.0*.bb : add a patch to change configure to callGraeme Gregory1
$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.
2006-01-05glib-2.0: fully revert deletion of do_stage() initially applied in ↵Rene Wagner1
b10c7a501f6606abe1b6a425dbb75912e858ae9f
2006-01-04binutils, glib, ipkg, libgphoto2, sysfsutils: bump PRJohn Bowler1
2006-01-03glib: change to use autotools_stage_all in native 2.6.5 and 2.8.2John Bowler1
- do_stage calls autotools_stage_all, additional files still have - to be staged (most significantly glibconfig.h)
2005-09-29packages/glib-2.0/ : update glib to 2.8.2Koen Kooi1