diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-07-01 16:53:27 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:28:54 +0100 |
commit | 2b533d04bdad40491e9a47ab5652615a32bc9503 (patch) | |
tree | 4e6ae5632150c5ea76ef948ae7830ce10b30f923 /meta/packages/musicbrainz/libmusicbrainz_3.0.2.bb | |
parent | b82851ad3804dce967b5e0bbbfd67307f8483586 (diff) | |
download | poky-2b533d04bdad40491e9a47ab5652615a32bc9503.tar.gz |
libmusicbrainz: Upgraded to 3.0.2
Removed the autofoo.patch since the latest version uses cmake instead
Remove gcc43_fix.patch since the code is not in latest package
Change SRC_URI to be more generic
Also fix the metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages/musicbrainz/libmusicbrainz_3.0.2.bb')
-rw-r--r-- | meta/packages/musicbrainz/libmusicbrainz_3.0.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/musicbrainz/libmusicbrainz_3.0.2.bb b/meta/packages/musicbrainz/libmusicbrainz_3.0.2.bb new file mode 100644 index 0000000000..b649620ac4 --- /dev/null +++ b/meta/packages/musicbrainz/libmusicbrainz_3.0.2.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "The MusicBrainz client is a library which can be built into other programs. The library allows you to access the data held on the MusicBrainz server." | ||
2 | HOMEPAGE = "http://musicbrainz.org" | ||
3 | LICENSE = "LGPLv2.1+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fbc093901857fcd118f065f900982c24 \ | ||
5 | file://include/musicbrainz3/includes.h;beginline=1;endline=21;md5=e7d3b3e6d8bb7ee278dc4040d380ebd5" | ||
6 | DEPENDS = "expat neon" | ||
7 | |||
8 | PR = "r0" | ||
9 | |||
10 | SRC_URI = "http://ftp.musicbrainz.org/pub/musicbrainz/${PN}-${PV}.tar.gz" | ||
11 | |||
12 | inherit cmake pkgconfig | ||