diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-18 08:23:22 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:55 +0200 |
| commit | 141aedb403e4bb91dac6ffb109ee74dfaee59f81 (patch) | |
| tree | cd062726923db211a2b4546725a5bf15e0449206 /meta-oe/recipes-extended/subsurface/subsurface_git.bb | |
| parent | e5925b868e364ff61bb890efe1b10e31644268d3 (diff) | |
| download | meta-openembedded-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.bb | 4 |
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}" | |||
| 11 | PV = "1.1" | 11 | PV = "1.1" |
| 12 | 12 | ||
| 13 | SRCREV = "bd275d73ac06823619230915a3aa29deddc996fb" | 13 | SRCREV = "bd275d73ac06823619230915a3aa29deddc996fb" |
| 14 | SRC_URI = "git://subsurface.hohndel.org/subsurface.git" | 14 | SRC_URI = "git://subsurface.hohndel.org/subsurface.git \ |
| 15 | file://pkgconfig.patch \ | ||
| 16 | file://libm.patch" | ||
| 15 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 16 | 18 | ||
| 17 | EXTRA_OEMAKE = "CC='${CC}' \ | 19 | EXTRA_OEMAKE = "CC='${CC}' \ |
