aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pingus
AgeCommit message (Collapse)Author
2011-02-17pingus 0.7.2: fix newer boost(1.45.0) detection (break older boosts)Denis 'GNUtoo' Carikli
Without that fix we have: Fatal Errors: * library 'boost_signals' not found FATAL: scons build execution failed. Note that this commit is incompatible with older(than 1.45.0) boost. From #openmoko-cdevel on Freenode on irc: Feb 12 11:43:07 <JaMa|Off> GNUtoo|laptop: that boost version is default, so if you fix it for default version and break for older it's not so bad ( distros using older boost should handle it) [...] Feb 12 11:48:37 <GNUtoo|laptop> JaMa|Off, can I fix like that or should I send a patch for breaking older boosts and distros? Feb 12 11:49:35 <JaMa|Off> GNUtoo|laptop: nobody in OE is pinning boost.. so just note it in commit (that it won't work with old boost anymore) The patch is kept in tree because it could be usefull if: * Someone is still using old boost * -mt versions are re-added in the future Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2010-06-28pingus: Workaround QA issue GNU HASHMartin Jansa
Signed-off-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-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-03-11pingus: update wrapper script for gta{01|02}Thomas Zimmermann
* old script does not work with newer xrandr anymore Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2009-11-13pingus: make it buildable againHenning Heinold
* add patches for finding right boost lib and fixing c-headers * pingus has no install target so make do_stage empty * bump PR
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>