summaryrefslogtreecommitdiff
path: root/packages/glib-2.0
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther21
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther21
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe19
2008-09-24glib-2.0 native: bump PR to get people around buildproblemsKoen Kooi1
* when you change staging on a native package, bump PR
2008-09-24glib-2.0: add 2.18.1Koen Kooi3
2008-09-24glib-2.0 native: fix DEPENDSKoen Kooi1
2008-09-18glib-2.0: increase packaging granularityPhil Blundell1
2008-09-08glib-2.0-native: update to 2.18Koen Kooi1
2008-09-08glib-2.0: update to 2.18.0Koen Kooi4
2008-09-04glib-2.0: Updated to version 2.16.5.Stanislav Brabec3
2008-08-06glib-2.0_2.16.4.bb : newer glib-2.0 taken from OM gitGraeme Gregory3
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