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_2.1.3.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_2.1.3.bb')
| -rw-r--r-- | meta/packages/musicbrainz/libmusicbrainz_2.1.3.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/packages/musicbrainz/libmusicbrainz_2.1.3.bb b/meta/packages/musicbrainz/libmusicbrainz_2.1.3.bb deleted file mode 100644 index 372dfe4ac7..0000000000 --- a/meta/packages/musicbrainz/libmusicbrainz_2.1.3.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 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 = "LGPL" | ||
| 4 | DEPENDS = "expat" | ||
| 5 | PR = "r1" | ||
| 6 | |||
| 7 | SRC_URI = "http://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-2.1.3.tar.gz \ | ||
| 8 | file://gcc43_fix.patch;patch=1 \ | ||
| 9 | file://autofoo.patch;patch=1" | ||
| 10 | |||
| 11 | inherit autotools pkgconfig | ||
| 12 | |||
| 13 | |||
| 14 | |||
