Use pkg-config to find libxml2 and also link against libm to avoid build failures.
Signed-off-by: Richard Purdie <[email protected]> --- meta-oe/recipes-extended/subsurface/subsurface_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/subsurface/subsurface_git.bb b/meta-oe/recipes-extended/subsurface/subsurface_git.bb index eb4536a..0632f21 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}' \ -- 2.0.2 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
