aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/musicbrainz/libmusicbrainz_3.0.2.bb
AgeCommit message (Collapse)Author
2010-09-22libmusicbrainz: fix build when prefix = ""Michael Smith
Signed-off-by: Michael Smith <msmith@cbnco.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-15musicbrainz: _append needs a leading spaceKoen Kooi
2010-03-15libmusicbrainz: Include header to fix build with g++ 4.4.Paul Menzel
Patch taken from [1] and adapted. [1] http://bugs.musicbrainz.org/ticket/4301 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
2009-08-25libmusicbrainz: Add version 3.0.2 and fix link errorHolger Hans Peter Freyther
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.