subsurface: Fix libxml and libm build failures

Use pkg-config to find libxml2 and also link against libm to avoid
build failures.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2014-07-18 08:23:22 +00:00
committed by Martin Jansa
parent e5925b868e
commit 141aedb403
3 changed files with 42 additions and 1 deletions
@@ -11,7 +11,9 @@ PKGV = "${GITPKGVTAG}"
PV = "1.1"
SRCREV = "bd275d73ac06823619230915a3aa29deddc996fb"
SRC_URI = "git://subsurface.hohndel.org/subsurface.git"
SRC_URI = "git://subsurface.hohndel.org/subsurface.git \
file://pkgconfig.patch \
file://libm.patch"
S = "${WORKDIR}/git"
EXTRA_OEMAKE = "CC='${CC}' \