summaryrefslogtreecommitdiff
path: root/recipes/libdiscid/libdiscid.inc
blob: 9f5f1ce9b5befbf23e6e3d8a6a8e50c97643a00f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "The MusicBrainz client is a library which can be built into other programs. \
It allows you to access the data held on the MusicBrainz server."

HOMEPAGE = "http://musicbrainz.org"
LICENSE = "LGPL"

SRC_URI = "http://users.musicbrainz.org/~matt/libdiscid-${PV}.tar.gz"

inherit cmake pkgconfig

# Fight a compiler/link bug that leaks too many c++ symbols
TARGET_LDFLAGS += " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib "

S = "${WORKDIR}/${PN}"

do_stage() {
	autotools_stage_all
}