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