Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
[openembedded.git] / recipes / musicbrainz / libmusicbrainz.inc
1 DEFAULT_PREFERENCE = "-1"
2
3 DESCRIPTION = "The MusicBrainz client is a library which can be built into other programs. \
4 It allows you to access the data held on the MusicBrainz server."
5 HOMEPAGE = "http://musicbrainz.org"
6 LICENSE = "LGPL"
7 DEPENDS = "expat neon"
8
9 SRC_URI = "ftp://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-${PV}.tar.gz"
10
11 inherit cmake pkgconfig
12
13 # Fight a compiler/link bug that leaks too many c++ symbols
14 TARGET_LDFLAGS += " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib "
15
16 do_stage() {
17         autotools_stage_all
18 }
19