aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gob2
AgeCommit message (Collapse)Author
2011-03-23gob2 and gob2-native: delete version 2.0.14Denis 'GNUtoo' Carikli
Without that the old(2.0.14) version get chosen for native, which makes gmpc fail to compile: From #gmpc on Freenode on irc: Mar 23 12:33:02 <DaveDavenport> GNUtoo|bug20: I t hink you need to update gob2 Mar 23 12:33:09 <DaveDavenport> there was a bug in one of the releases Mar 23 12:33:23 <GNUtoo|bug20> ok Mar 23 12:33:24 <DaveDavenport> that it created the wrong namespaces because of a stupid buffer overflow The result beeing the following compilation failure: ./gmpc-meta-watcher.h:57:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token where the line 57 is: GmpcMetaWatcher * gmpc_meta_watcher_new (void);' with GmpcMetaWatcher beeing defined nowhere in the .c or .h source files gob2 2.0.14 is also deleted by this commit: From #oe on Freenode on irc: Mar 23 12:47:13 <GNUtoo|bug20> I remove the normal non-native one too? Mar 23 12:47:18 <eFfeM_work> yes please Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2010-12-05gob2: updated to 2.0.17Frans Meulenbroeks
When trying to build gmpc on our autobuilder (64 bit ubuntu 10.04) I got compile errors because gob2 apparently corrupted some data it generated causing type names to be changed. On opensuse 11.2, 32bit it worked like a charm. As our gob2 was 2.0.14 from 2006 and the latest one was 2.0.17 from earlier this year I decided to update first. Apparently this has fixed the issue. (32 and 64 bit work fine) Also merged the native recipe in the target recipe. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
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>
2009-11-11recipes: Fix recipes using do_stage_append or do_stage_prepend directly ↵Richard Purdie
against base.bbclass Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-15gob2-native: missing glib-2.0-native dependency addedSteffen Sledz
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>