diff options
-rw-r--r-- | meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb index a6a4f6a8a..16e52134b 100644 --- a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb +++ b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb | |||
@@ -3,19 +3,16 @@ DESCRIPTION = "The MusicBrainz client is a library which can be built into other | |||
3 | HOMEPAGE = "http://musicbrainz.org" | 3 | HOMEPAGE = "http://musicbrainz.org" |
4 | LICENSE = "LGPLv2.1+" | 4 | LICENSE = "LGPLv2.1+" |
5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fbc093901857fcd118f065f900982c24" | 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fbc093901857fcd118f065f900982c24" |
6 | DEPENDS = "expat neon neon-native" | 6 | DEPENDS = "expat libxml2 libxml2-native neon neon-native" |
7 | 7 | ||
8 | PV = "5.0.1+git${SRCPV}" | 8 | PV = "5.1.0+git${SRCPV}" |
9 | PR = "r1" | ||
10 | 9 | ||
11 | SRCREV = "0749dd0a35b4a54316da064475863a4ac6e28e7e" | 10 | SRCREV = "44c05779dd996035758f5ec426766aeedce29cc3" |
12 | SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git \ | 11 | SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git \ |
13 | file://allow-libdir-override.patch " | 12 | file://allow-libdir-override.patch " |
14 | 13 | ||
15 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
16 | 15 | ||
17 | LDFLAGS_prepend_libc-uclibc = " -lpthread " | ||
18 | |||
19 | inherit cmake pkgconfig | 16 | inherit cmake pkgconfig |
20 | 17 | ||
21 | do_configure_prepend() { | 18 | do_configure_prepend() { |