surpport seeking the recorded video
[vuplus_openembedded] / recipes / musicbrainz / libmusicbrainz_2.1.5.bb
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 DEPENDS = "expat"
6
7 # gcc43.patch from openSUSE
8 SRC_URI = "http://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-${PV}.tar.gz \
9            file://libmusicbrainz-2.1.5-gcc43.patch;patch=1"
10
11 inherit autotools pkgconfig
12
13 do_stage() {
14         autotools_stage_all
15 }