mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user