summaryrefslogtreecommitdiff
path: root/recipes/musicbrainz/libmusicbrainz.inc
AgeCommit message (Collapse)AuthorFiles
2010-08-03recipes: Fix the PATHs for toolchains.Khem Raj1
* Look into the new multi-machine friendly installation. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks1
This patch removes all occurrences of do_stage() { autotools_stage_all } including all kind of variants w.r.t whitespace Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-07-22recipes: Fix references to CROSS_DIRKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Richard Purdie <rpurdie@rpsys.net> Ackef-by: Chris Larson <clarson@kergoth.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-01-18musicbrainz: add -ldl tp LDFLAGS, needed for some archsKoen Kooi1
2009-11-11libmusicbrainz: add depends, clean up inc fileStuart Gray1
2009-08-25libmusicbrainz: Add version 3.0.2 and fix link errorHolger Hans Peter Freyther1
With gcc 4.3 stdc++ symbols leak into the library. One way to solve it is to use a custom linker script, another one is to just point gcc to the c++ library. The second option is used here right now.