libmusicbrainz: Upgrade to 5.1.0

Drop uclibc specific flags

Add missing dep on libxml2

Shows up when libxml2 is not installed on build host
since the native part then fails to build.

|   Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Khem Raj
2017-04-23 22:20:42 -07:00
committed by Martin Jansa
parent 8dec4d3f93
commit 4a58ee571d
@@ -3,19 +3,16 @@ DESCRIPTION = "The MusicBrainz client is a library which can be built into other
HOMEPAGE = "http://musicbrainz.org"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fbc093901857fcd118f065f900982c24"
DEPENDS = "expat neon neon-native"
DEPENDS = "expat libxml2 libxml2-native neon neon-native"
PV = "5.0.1+git${SRCPV}"
PR = "r1"
PV = "5.1.0+git${SRCPV}"
SRCREV = "0749dd0a35b4a54316da064475863a4ac6e28e7e"
SRCREV = "44c05779dd996035758f5ec426766aeedce29cc3"
SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git \
file://allow-libdir-override.patch "
S = "${WORKDIR}/git"
LDFLAGS_prepend_libc-uclibc = " -lpthread "
inherit cmake pkgconfig
do_configure_prepend() {