summaryrefslogtreecommitdiff
path: root/packages/glib-2.0
AgeCommit message (Collapse)AuthorFiles
2008-06-18glib-2.0-native: workaround libtool problemKoen Kooi1
2008-06-17add glib-2.0-native 2.16.1, 2.12.4 no longer cuts it on systems w/ gcc 4.3Michael Lauer2
2008-06-04Make inline patch also applicable to gcc 4.3 now that gcc 4.3 implements C99 ↵Khem Raj2
conformant inline behaviour.
2008-06-02glib-2.0: add 2.16.3 from poky, patched to work with libtool 2.2.4, disabled ↵Koen Kooi3
by default for that reason
2008-04-08Fix glib 2.16.1 compilation error.Khem Raj2
2008-03-22glib-2.0-2.16.1: bump PR for the change in ↵Philipp Zabel1
f1f02c875914c0bfe542289381d12559c4843ff7
2008-03-21glib-2.0-2.16.1: apply the gcc-4.2-inline-fix againPhilipp Zabel2
* it's supposedly applied upstream, but it doesn't work: s/__GNUC_STDC_INLINE__/__GNUC_GNU_INLINE__/ makes the difference.
2008-03-15Reverse accidental changes in dc0f5b4ef4b836d72bf43dffa503ab86e6f7de54Richard Purdie1
2008-03-15gcc: Some futher .bb -> .inc changesRichard Purdie1
2008-03-14glib-2.0: add 2.16.1 stable release Koen Kooi3
2008-03-05glib: add 2.15.6Koen Kooi3
2008-03-05glib-2.0: use autotools_stage_all to catch all libs, glib >= 2.15.0 adds ↵Koen Kooi1
extra libs
2008-02-06glib-2.0_2.14.4.bb : add latest versionGraeme Gregory4
2007-10-07glib-2.0: add 2.14.1Philipp Zabel4
2007-10-07glib-2.0-2.14.0: fix inline warnings with gcc 4.2 in gutils.hHolger Freyther2
2007-09-16glib 2.0: add 2.12.13 and 2.14.0 from pokyKoen Kooi7
2007-07-13glib-2.0: remove a couple of obsolete and unneeded filesRolf Leggewie6
2007-07-10glib-2.0: fix packaging in 2.12.12 - should end discussion on OE listMarcin Juszkiewicz2
2007-07-10packages/glib-2.0/glib.inc : remove bogus ${PN}-dev from packages.Graeme Gregory1
2007-07-04glib-2.0 2.12.12: Package clearly -dev (if not stray files) away from ${PN}.Paul Sokolovsky2
* See glib-2.0_2.8.6.bb for reference, too.
2007-05-05glib.inc: make printf disable opt-inKoen Kooi1
2007-05-02glib-2.0: add 2.12.12, a bugfix releaseKoen Kooi3
2007-04-30glib: merge printf fix from pokyKoen Kooi1
2007-04-06glib-2.0: update to 2.12.11nKoen Kooi3
2007-03-08glib: add 2.12.10Koen Kooi3
2007-03-02glib-2.0-native: add 2.12.4 from Poky (needed for python-pygobject 2.12.x)Marcin Juszkiewicz3
2007-02-09glib: add 2.6.6Florian Boor2
2007-02-04glib: add 2.12.9 and remove unused versionsKoen Kooi17
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-12-21glib-2.0: update to 2.12.6Koen Kooi2
* also create glib.inc
2006-11-25glib-2.0.inc: Add missing importRichard Purdie1
2006-11-18Micro-Optimisation decreasing initial parsing time by 10%Holger Freyther16
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 Kooi18
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-09-28glib-2.0_2.12.3.bb : new versionGraeme Gregory3
2006-08-28packages/glib-2.0/glib-2.0_2.12.0: Fixes broken URLKristoffer Ericson1
2006-08-17glib-2.0: fix SRC_URI for 2.12.1 versionMarcin Juszkiewicz1
2006-08-01glib-2.0_2.12.1.bb : version upgradeGraeme Gregory3
gtk+_2.10.0.bb : fix jpg/jpeg in RRECOMENDS gtk+_2.10.1.bb : version upgrade
2006-07-24glib-2.0 - Remove '-w' from perl interpreter for glib-mkenums and change ↵Raymond Danks12
interpreter to /usr/bin/env perl. - Add some files to glib-2.0-dev that don't normally get pulled in
2006-07-12glib: drop broken 2.10.1 and 2.10.2Florian Boor2
2006-07-12glib: add 2.8.6Florian Boor1
2006-07-07glib-2.0_2.12.0.bb, gtk+_2.10.0.bb : rediff and add the patches to fixGraeme Gregory3
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
2006-06-09packages/glib-2.0/files/configure-libtool.patch : rember the patchGraeme Gregory1
2006-06-09packages/glib-2.0/glib-2.0*.bb : add a patch to change configure to callGraeme Gregory19
$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-05-01glib: update to 2.8.4Koen Kooi1
2006-04-28glib-2.0: add 2.10.2 (default pref = -100)Koen Kooi1
2006-03-31glib-2.0_2.10.1.bb, pango_1.12.0.bb : lower preference of these until theyGraeme Gregory1
play nice with our apps.
2006-03-24Add glib-2.0 2.10.1Richard Purdie1
2006-01-05glib-2.0: fully revert deletion of do_stage() initially applied in ↵Rene Wagner1
b10c7a501f6606abe1b6a425dbb75912e858ae9f
2006-01-05glib-native-2.6.5: Revert autotools_stage_all change.Richard Purdie1