aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glib-2.0
AgeCommit message (Collapse)Author
2010-08-05glib-2.0: removed several old versionsFrans Meulenbroeks
There were about 26 recipes in this dir; removed all recipes older than 2 years that were not pinned (as per TSC guidelines). There are still 17 recipes left.... Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-21glib-2.0: Remove the old-style native dependency and move virtual-native ↵Florian Boor
dependency to a place vere it is easier to recognize. Fixes build of latest glib-2.0 if no preferred versions of glib are set.
2010-07-09glib-2.0: Update to version 2.24.1. 4 bug fixes, 2 of them were included as ↵Stanislav Brabec
patches.
2010-06-05glib-2.0_2.24.0.bb: Remove virtual/libiconv virtual/libintl from DEPENDSKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-22glib-2.0 2.24.0: apply two patches from release branch and one from ubuntuKoen Kooi
2010-04-13glib-2.0 2.24.0: bump PRKoen Kooi
2010-04-13glib-2.0 2.24.0: add patch to extend gio, needed for wncksyncKoen Kooi
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-01glib 2.0: add 2.24.0Koen Kooi
2010-03-29glib-2.0_2.23.6: add gatomic-proper-pointer-get-cast.patchRoman I Khimov
Fixes "cast discards qualifiers from pointer target type" warning on gthread.h:348 which is especially annoying when package is being built with -Werror. 2.22 glib branch is not affected. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-28glib-2.0 2.23.6: depend on zlib(configure failed because of it missing)Denis 'GNUtoo' Carikli
If we don't depend on zlib we have: | checking for inflate in -lz... no | configure: error: *** Working zlib library and headers not found *** | FATAL: oe_runconf failed
2010-03-26glib-2.0_2.23.6: rediffed and reenabled atomic-thumb.patchMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-25glib-2.0: add 2.23.6Koen Kooi
* thumb patch needs rediffing
2010-02-10glib-2.0: added checksums for 2.20.3Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-02-10glib-2.0 2.20.3: added forgotten patchesMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-02-10glib-2.0: handle Maemo5-compat in same way as chinook-compatMarcin Juszkiewicz
2010-02-10glib-2.0: added 2.20.3 for maemo5-compat distroMarcin Juszkiewicz
2010-02-07glib-2.0_2.22.4.bb : didnt mean to commit libpcre-native DEPENDGraeme Gregory
2010-02-07glib-2.0_2.22.4.bb : fix native build issuesGraeme Gregory
because we override the DEPENDS variable need to make sure that pkgconfig-native is built otherwise configure script is incorrect.
2010-01-25glib-2.0_2.22.4.bb : add new version totally clean recipeGraeme Gregory
The glib-2.0 recipe seemed to have gained a lot of un-needed extras and was also out of date for BBCLASSEXTEND and staging. So this is a minimalised new version.
2009-12-17glib-2.0-native: kill unnecessary FILESPATH overrides.Chris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-12-09glib-2.0_2.22.1: Fix configure to test res_query by including resolv.hKhem Raj
* uclibc does not export res_query as weak like glibc, instead it exports __res_query and then in resolv.h it defines res_query as __res_query, the check for this fuction in configure checked the availability in every way except it did not check if the function is in C library by including resolv.h. Without resolv.h the function is reported as undefined. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-13glib-2.0_2.22.1: Fix broken mc. Thanks zub for patchKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-02glib-2.0: update to 2.22.1Koen Kooi
2009-09-25glib-2.0: add 2.22, latest stableKoen Kooi
2009-09-23glib-2.0 2.21.6: add another patch to make gobject unrefing less racyKoen Kooi
2009-09-23glib 2.0: add patch to work around bug #556515Koen Kooi
2009-09-23glib-2.0: update 2.21 series to 2.21.6Koen Kooi
2009-09-16glib-2.0-native_2.21.4.bb: New recipe for native glib 2.21.4Khem Raj
* Build shared library instead of static. * with libint.a the link order matters and generally for uclibc targets we append -lintl to LDFLAGS and sometime it gets specified before the objects and symbols do not get pulled in. Better we generate shared object so the linking order does not matter Signed-off-by: Khem Raj <raj.khem@gmail.com> glib-2.0_2.21.4.bb: Make default prefrence. * Move to INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-28glib-2.0 2.21.4: fix pre armv6 buildsKoen Kooi
2009-08-27glib-2.0 2.21.4: add armv6 atomic ops, this fixes 100% utilization hangs ↵Pratheesh Gangadhar
when doing DSP based GStreamer playback GLIB by default uses ARMV5 instructions for emulating atomic operations and this patch (derived from https://stage.maemo.org/svn/maemo/projects/haf/trunk/glib/debian/patches/25-gatomic.patch) make use ARMV6 atomic instructions instead. CPU goes into "sched_yield" while loop during hang - due to a race condition triggered by high rate context switching while running DSP plugins.
2009-07-21glib-2.0: add 2.21.4, disabled by defaultKoen Kooi
2009-07-05glib-2.0, pango, gtk+: Updated to the latest .4 stable versions.Stanislav Brabec
2009-05-13glib.inc: Packaging workaround for chinook-compat.Robert Schuster
2009-03-20glib-2.0.inc: Provide a change in packaging for chinook-compat specifically.Robert Schuster
2009-03-19glib-2.0: add 2.20Koen Kooi
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>