aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/subsurface/subsurface_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-18 08:23:22 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-22 00:01:55 +0200
commit141aedb403e4bb91dac6ffb109ee74dfaee59f81 (patch)
treecd062726923db211a2b4546725a5bf15e0449206 /meta-oe/recipes-extended/subsurface/subsurface_git.bb
parente5925b868e364ff61bb890efe1b10e31644268d3 (diff)
downloadmeta-openembedded-contrib-141aedb403e4bb91dac6ffb109ee74dfaee59f81.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-extended/subsurface/subsurface_git.bb')
-rw-r--r--meta-oe/recipes-extended/subsurface/subsurface_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/subsurface/subsurface_git.bb b/meta-oe/recipes-extended/subsurface/subsurface_git.bb
index eb4536aa61..0632f2120d 100644
--- a/meta-oe/recipes-extended/subsurface/subsurface_git.bb
+++ b/meta-oe/recipes-extended/subsurface/subsurface_git.bb
@@ -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}' \